This is the repository hosting Team Corax's website.
So you want to contribute. Thats great! Please see this file for info on how to contribute
This project uses jekyll and bundler. To run locally you have to have ruby and gem installed. Then you can follow this guide:
- Run
gem install bundler
. This will install bundler - Make sure you're in the projects folder. Then run
bundle install
. This will install all the required gems - Then you run
bundle exec jekyll serve
. This will start the jekyll web server, and start a preview of your site on http://127.0.0.1:4000.