Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 469 Bytes

arc-wiki

The wiki for the Autonomous Robotics Club's project teams.

Running locally

This is also documented on the quickstart page.

docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app ruby:2.6 bundle install
docker-compose -f ./docker/docker-compose.build-image.yml build
docker-compose -f ./docker/docker-compose.default.yml up

Contributing

See the quick-start page