Skip to content

codemodemc2/codemode

Repository files navigation

Instalacijske instrukcije za IdeaStorm

Instukcije za instalaciju IdeaStorm stranice za local development

Preduvjeti

Trebati će vam:

Kopirajte GitHub repozitorij

git clone https://github.com/codemodemc2/codemode.git

ENV datoteke

Promjenite mapu u /codemode/apps/server

Napravite novu .env datoteku

i ispunite ju sa sljedećim podatcima

PORT=8080
NODE_ENV=development ili production
COOKIE_SECRET=random string
DBURL=mongodb://localhost
DBNAME=ideastorm
NGINX_ENABLED=false
REDIS_PASSWORD=null
GITHUB_SECRET=null
FRONTEND_URL=http://localhost:3000

Promjenite mapu u /codemode/apps/client

Napravite novu .env datoteku

i ispunite ju sa sljedećim podatcima

VITE_BASE_URL=http://localhost:8080/v1/

Upalite docker

docker compose up

Instalirajte potrebne pakete

yarn

Pokrenite stranicu

yarn dev

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages