0.1.0 • Published 3 years ago
@hlxii/incremental-game-template v0.1.0
igt-library
A collection of useful scripts to help you develop Incremental Games.
Please visit the actual Docs here
Requirements
- Nodejs >= v12.13.0.
Project setup
npm installRun all tests
npm run testCompiles and minifies for production
npm run buildLints and fixes files
npm run lintDeploy to npm
npm run semantic-releaseTroubleshooting
.flat is not a function
If you get the following error
Syntax Error: TypeError: [(...variantsValue),(...extensions)].flat is not a functionThis is caused by not having Nodejs >= v12.13.0. Please update your node version.
0.1.0
3 years ago