Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 494 Bytes

File metadata and controls

30 lines (25 loc) · 494 Bytes

Development Environments

Version

Middleware required for development and supported versions

node >= v22.x

Initial Settings

mkdir next2d
cd next2d
git clone git@github.com:Next2D/player.git
git clone git@github.com:Next2D/framework.git
cd framework
npm install

Unit Test

npm test

ESLint

npm run lint

License

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