This is a Next.js project bootstrapped with create-next-app
.
Make sure you have Node.js installed on your machine. Then run the following command to install the dependencies:
npm install
Rename the .env.example
file to .env
and fill in your name and get the DATABASE_URL
from our Slack.
If you are not comfortable with TypeScript, you can use the JavaScript version of the template. For this, change all the .tsx
extensions to .jsx
.
To start the development server, run the following command:
npm run dev
Open http://localhost:3000 with your browser to see the template.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
- Demo App - this repository
- Nick's App