-
Notifications
You must be signed in to change notification settings - Fork 2
Launching Locally
8illy edited this page Jul 30, 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
In order to start the react service, navigate to Libre-Server/frontend and run npm run start
In order to start the backedn server, navigate to Libre-Server/backend and run npm run backend-start