View the website live here!
This project needs to be set up using yarn
. For some reason, npm
is incapable of resolving peer dependencies,
so you literally cannot install the packages unless you use yarn
.
To install yarn
:
npm install --global yarn
Now, we're ready to get going! First, pull environment variables from Vercel using the following command:
yarn run pull-env
It will install the Vercel package if needed and then save the env variables to a .env
file in the root folder.
To run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.