Skip to content

pioniergarage/growx

Repository files navigation

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