SpringAccounting Authors Jonathan Pasquin Lucas Catchlove Pre-requisites Docker Desktop yarn git Setup Instructions Cloning the Repository Clone this repository. Go to the root of this repository. Building and Starting Services Run yarn docker to start and build all services. Run yarn setup-backend for initial backend configuration. Run yarn setup-frontend for initial frontend configuration. Accessing the Frontend Go to http://localhost:8123 and you should see the frontend. Coding and Development Accessing Command Line Interfaces You can access the frontend command line using yarn ssh node. You can access the backend command line using yarn ssh node_backend.