yarn install
Create a .env.local
file similar to .env.local.example
and fill in the values for your environment.
cp .env.local.example .env.local
yarn dev
yarn build
yarn test
yarn coverage
The production build of the main branch is automatically deployed to Vercel.
The production build of the develop branch is automatically deployed to Vercel.