Skip to content

po8rewq/job-search-aggregator

Repository files navigation

Open the app

Getting Started

npm install

Copy and update the environment variables:

cp .env.local.example .env.local

Run the development server:

npx supabase start
npm run dev

Running the edge functions locally

npx supabase functions serve --env-file .env.local