Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 536 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 536 Bytes

How to start in development mode (Github app secrets are needed to be run)

  1. git clone https://github.com/joelhackinen/projecthub.git
  2. cd projecthub
linux
  1. npm --prefix ./react-app ci (needed only when launching for the first time after cloning/pulling)
  2. docker compose up -d --build
  3. application is running at http://localhost:8080/
mac (client-side hot reload doesn't work)
  1. docker compose -f docker-compose.dev.mac.yml up -d --build
  2. application is running at http://localhost:8080/