Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.04 KB

File metadata and controls

27 lines (18 loc) · 1.04 KB

CDROMS' website

This is the website of the CDROMS robotics team.

Website License: GPL v3 License: CC BY-NC-SA 4.0 Stars

cdroms

Development setup

First time, install the node dependencies:

docker run --rm -it -v [PATH TO THE REPO]:/opt/project -w /opt/project node:24 npm i

Edit the path to the repo in the docker-compose.yml. Then start the docker compose using docker compose up. When a file is changed it will reload the website.

LICENSE

The source of this app is licensed under GPLv3.
Files in the public folder, except those in restricted-assets, are licensed under CC BY-NC-SA 4.0.