Skip to content

OlyNet/wiki

Repository files navigation

GitHub Deployment Status (main) License

https://olynet.club

Olynet's Self Service and Troubleshooting for dorm residents of the Olympisches Dorf regarding connectivity to the dorm's network and the internet.

Develop

  1. Install Docker and docker-compose
  2. Build the wiki with docker-compose build app
  3. Spin up the container, docker-compose up
  4. Visit http://localhost:3000 to view dev server
  5. Happy coding!

Useful commands:

$ docker-compose start # Start development server (container)
$ docker-compose stop # To stop
$ docker-compose restart # To restart
$ docker-compose down # To remove the container

Credits

License

MIT License