The purpose of this library is providing gamification and active learning capabilities while staying modular and easy to distribute.
This library needs to be build before using. The same applies after each change. Imagine this is a npm package.
npm build_lib
before starting the normalnpm start
routine
npm build-lib:watch
will watch for changes and automatically build lib
npm run package
to create a .tgz file, that can be imported into other apps
- No Permission Errors during dev: Delete dist/ and build again.
Cant resolve module
: Restart thenpm start
routine. It sometimes doesn't notice changes to the file system (lib)