globe-and-citizen / gc-web

Globe & Citizen : The company Website
http://globeandcitizen.com/
2 stars 1 forks source link

chore: mvp for cursory navigation #14

Closed ternakkode closed 1 week ago

ternakkode commented 1 month ago

Setup :

  1. Add .env file for the website :
VITE_BACKEND_URL=http://localhost:3000
VITE_PROXY_URL=http://localhost:5001
  1. Add .env file for the backend
LAYER8_CLIENT_ID=
LAYER8_CLIENT_SECRET=
LAYER8_URL=
OAUTH_JWT_SECRET_KEY=
OAUTH2_CALLBACK_URL=http://localhost:5173/oauth2/callback
  1. Run Backend
npm run start // server will running within port 3000
  1. Run Frontend
npm run serve
stravid87 commented 2 weeks ago

We're under time pressure! This project is simple enough go forward with no reviews. Do all the PRs necessary to get us hosted as soon as possible (I have a family to impress!)