This is a Next.js project bootstrapped with create-next-app
.
You can access the final deployed version of this app here
Alternatively you can follow the steps to get the app running locally:
Make sure you have Node installed on the computer or VM that you'll be using to run the application. We recommend using version 20.17.0 or later in order to ensure the application works properly.
To check your current version simply run this command in the terminal:
node -v
Firstly, once you are in the correct directory of the application, run the following command in the terminal:
npm install
This will install all the node packages and dependencies need to run the application.
Then in the root of the application create a file called ".env.local" as so:
Paste the following lines of code in this new file:
NEXT_PUBLIC_SUPABASE_URL=https://bxhgcdlewjbpmuboftdf.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImJ4aGdjZGxld2picG11Ym9mdGRmIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Mjc0Mjg1MTgsImV4cCI6MjA0MzAwNDUxOH0.Nd7qBTZ4o57QzGwGCyIO7KVhGaGNJI9U2B2wPJP0aug
This will allow the application to correctly connect to the database
You can then run the application locally. Use the following command in the terminal:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.