Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 736 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 736 Bytes

StaySafe

Enviroment Setup

  1. For macOS users, install Homebrew and then install Docker Compose:
brew install docker-compose
  1. For Linux users, install Docker Compose with your distro's package manager:
// For Debian/Ubuntu and derivatives
sudo apt install docker-compose

// For Arch and derivatives
sudo pacman -S docker-compose
  1. Clone the Github repository from ChicoState/StaySafe and navigate to it:
git clone [email protected]:ChicoState/StaySafe.git
cd StaySafe
  1. Build the Docker images:
docker-compose up

// use docker-compose up --build to rebuild
  1. React frontend can be found at http://localhost:3000/
  2. Node backend data can be found at http://localhost:8080/