- Jonathan Pasquin
- Lucas Catchlove
- Docker Desktop
- yarn
- git
- Clone this repository.
- Go to the root of this repository.
- Run
yarn dockerto start and build all services. - Run
yarn setup-backendfor initial backend configuration. - Run
yarn setup-frontendfor initial frontend configuration.
- Go to http://localhost:8123 and you should see the frontend.
- You can access the frontend command line using
yarn ssh node. - You can access the backend command line using
yarn ssh node_backend.