Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 729 Bytes

build.md

File metadata and controls

18 lines (11 loc) · 729 Bytes

Setting up this project

Method 1 (Manual setup)

This method is recommended if you are working on the backend of this project.

Explained in this document

Detailed Step by step Video

Method 2 (Through Docker)

This method will be sufficient if you are working only on the frontend of this project.

How to run the server (Optional)

  1. Install Docker
  2. Run docker-compose up inside the project root folder

Done! Now you should be able to access the project at 0.0.0.0:8080 or localhost:8080. And you should just refresh the page to see your changes.