# Development environment
The main package's GitHub repository hosts all easepick2 sub-packages (opens new window).
# Requirements
- Node.js ^14.0.0
- npm 7+
- Git
# Setting up the development environment
git clone https://github.com/YuaFox/easepick2.git
cd easepick2
npm install
# Running tests
npm test
# Creating a build
Development version:
npm run dev
Minified version:
npm run prod