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