This project uses:
Install packages:
yarn install
Create .env.local
# from the example file
cp .env.example .env.local
# or download from Vercel, using the vercel-cli
npm i -g vercel
vercel link
vercel env pull
Start the dev server
yarn dev
Open http://localhost:3000 in your browser.