# Development environment

The main package’s GitHub repository hosts all other easepick sub-packages (opens new window).

# Requirements

In order to start developing easepick you will require:

  • Node.js ^14.0.0
  • npm 7+
  • Git

# Setting up the easepick development environment

Clone the easepick repository:

git clone https://github.com/easepick/easepick.git
cd easepick

And install all easepick dependencies from the npm registry (opens new window).

npm install

Run script scripts/env.sh to create symlinks:

sh scripts/env.sh

# Running tests

In order to run tests, you need to use the test.

npm test

# Creating a build

Creating development version:

npm run dev

Creating minified version:

npm run prod