ALU Map is a web-based platform that will help students move around ALU Rwanda Campus.
Please refer to CONTRIBUTING.md
for contribution guidelines.
- Please feel free to raise any genuine issue(s) you may have.
- You are welcome to contribute(s), please create PR if you have any links, books or courses that may benefit someone in the tech field. Don't forget to add that link to the respective documentation and course section.
Table of Contents
- Download the code
git clone https://github.com/ALUDeveloperStudentClub/alu-map.git
- Install all dependencies
npm run install
- Run the application with docker-compose
docker-compose up --build
- Run the application without docker
npm run start
- Build the application
npm run build