0.0.6 • Published 3 years ago
just-engine v0.0.6
Just Engine
Game engine for building canvas games in browser
Contents
- Examples
- Prerequisites
- Local run for development
- Lint project
- Run tests
- Visualize bundle
- License
- other items in progress
Examples
Prerequisites
Local run for development
Clone the project
git clone git@github.com:DanilChugaev/just-engine.git my-projectGo to the project directory
cd my-projectInstall dependencies
npm installStart the development server
npm run devLint project
To lint code in project
npm run lintRun tests
To run unit tests
npm run testTo run it in change tracking mode (--watch mode)
npm run test-watchVisualize bundle
To visualize and analyze your Rollup bundle
npm run statsLicense
Just Engine is licensed under The MIT License (MIT)
Copyright (c) 2022 Danil Chugaev
This license is also supplied with the release and source code.
As stated in the license, absolutely no warranty is provided.