- Volta (a lightweight zero-config tool manager, installation)
yarn
Create a .env
file in the root of the project using the following command
cp .env.dist .env
Now fill the .env
file with the correct values.
yarn dev
yarn coverage
Merge a PR for it to be deployed to production
Upgrade Node
volta pin node@lts
Upgrade Yarn
yarn set version stable
volta pin yarn