Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 670 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 670 Bytes

How to run

Using docker

  1. Make sure your .env on both client and server has all necessary secrets
  2. Run docker-compose up from project root directory
  3. Backend and Client now availabe on port 4000 and 8000 respectively

On your machine like a chad

Client

  1. Navigate to client
  2. Add .env with necessary secrets
  3. Run yarn or npm install to install necessary packages
  4. Run yarn dev or npm run dev to start development server

Server

  1. Navigate to server
  2. Add .env with necessary secrets
  3. Run yarn or npm install to install necessary packages
  4. Run yarn dev or npm run dev to start development server