Skip to content

Launching Locally

8illy edited this page Jun 16, 2023 · 4 revisions

To locally launch Libre on your personal machine, ensure both the repository and docker are installed. Navigate to the directory where "docker-compose.yml" is located and run:

docker-compose up

in your local terminal. After all the desired assets are installed and the project is fully built you can access the running server from your web browser by navigating to the following localhost ports:

Frontend: localhost:3000 MongoDB: localhost:5000

Clone this wiki locally