Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 638 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 638 Bytes

About

Version 2.0, Code 4 Tomorrow's Website.

Running 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.