Skip to content

Shifu is for providing simulation based training on any of your web app

License

Notifications You must be signed in to change notification settings

visualbis/shifu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shifu

Shifu is for providing simulation based training on any of your web app

Build Hack

  1. Copy index.d.ts from node_modules/popper.js/index.d.ts to node_modules/@types/popper.js/index.d.ts

Dev Instructions

$ git clone https://github.com/<your_username>/shifu.git
  • Setup upstream to fetch updates from the official respository i.e visualbis/shifu.git
$ git remote add upstream https://github.com/visualbis/shifu.git
  • fetch updates and merge upstream/master with local/master or appropriate branch
$ git fetch upstream
$ git checkout master
$ git merge upstream/master

Build Instructions

  • Install Dependencies
$ npm install
  • For Development Build
$ npm run dev
  • TypeScript Compilation during Development
$ npm run type-check:watch
  • For Production Build
$ npm run prod
  • The build will be available in dist/ directory

Have fun!

About

Shifu is for providing simulation based training on any of your web app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published