Getting Started

Make sure that you have a valid .env file

cp example.env .env.local

Install dependencies with

yarn

And run the code with

yarn dev

Open http://localhost:3000 with your browser to see the result.

Deployment

Deployment is automatically being done in Vercel.