$ git clone --depth=1 https://github.com/lukeed/fly-kit-imba.git && cd fly-kit-imba
$ rm -rf .git && git init
$ npm install
You now have a fresh copy of this repo.
Default -- build development files, recompile on file change, and start a server.
npm run fly
Watch -- alias for npm run fly
npm run watch
Build -- build production assets
npm run build
Serve -- build production assets & start a server
npm run serve
MIT © Luke Edwards