Skip to content

Ragnhilmd/NoteNinja

Repository files navigation

Notatdelingsplattform

Kjøre prosjektet

Før du begynner må du sette opp Git hooks:

Windows:

.scripts\install-hooks.bat

Mac/Linux:

chmod +x .scripts/install-hooks.sh && .scripts/install-hooks.sh

Laste ned nødvendigheter:

npm i

Lag en .env fil i root mappen og legg til følgende:

NEXT_PUBLIC_SUPABASE_URL="https://<your_supabase_url>.supabase.co"
NEXT_PUBLIC_SUPABASE_ANON_KEY="<your_supabase_anon_key>"
NEXT_PUBLIC_SITE_URL="http://localhost:3000"

Disse verdiene har Peder

Kjøre prosjektet:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors