Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.16 KB

Node.js CI

Website for the Grow Competition

Getting Started

Installation

First install the dependencies:

npm install

Supabase configuration

  1. Then, duplicate the file .env.local.sample and rename it to .env.local
  2. Go to https://app.supabase.com/project/gzffqettxggcszrafysw/settings/api, copy the project's anon key and paste it into the file .env.local

Running the development server

Then run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deps