Version 2.0, Code 4 Tomorrow's Website.
This is a Next.js project bootstrapped with create-next-app
.
First, install all the node_modules:
npm install
Second, create a .env
file and add the required environment variables listed in the .env.template
file. These can be provided to you by your project lead or someone higher up.
Finally, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.