Coffeeinated Demo 4 Programmfabrik
Congrats! To manage your project and start developing your new game right away, the following npm scripts are available:
TIP: You can also use Gulp to manage development tasks.
The following npm scripts are also available:
npm start # Or `gulp`: launches the project development environment.
npm run dist # Or `gulp dist`: Prepares the game for distribution.
npm run lint # Or `gulp lint`: Checks scripts for linting issues.
npm run clean # Or `gulp clean`: Deletes build files.
npm run test-dist # Build and run your project
Should you consider distributing your game as an open source project, please choose and include a LICENSE file for your project.