Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 513 Bytes

DEVELOP.md

File metadata and controls

37 lines (30 loc) · 513 Bytes

Development Environments

Version

Middleware required for development and supported versions

node >= v17.x

Initial Settings

git clone -b develop git@github.com:Next2D/player.git
cd player
npm install

Start Development

npm start

Unit Test

npm test

ESLint

npm run lint

Export minify

npm run build

License

This project is licensed under the MIT License - see the LICENSE file for details.