A collection of useful scripts to help you develop Incremental Games.
Please visit the actual Docs here
- Nodejs >= v12.13.0.
npm install
npm run test
npm run build
npm run lint
npm run semantic-release
If you get the following error
Syntax Error: TypeError: [(...variantsValue),(...extensions)].flat is not a function
This is caused by not having Nodejs >= v12.13.0. Please update your node version.