To contribute to the CUCode website follow these instructions:
- Fork this repository
- Clone your fork:
git clone [email protected]:USERNAME/cucode.org.git. - Install gem dependencies:
bundle install. - To add new content use Markdown to create/edit pages under
content. - Test your new content by running:
nanoc aco. - View your page on
http://localhost:3000. - Commit and push to a branch on your repository.
- Submit a pull request to the main repository.
Cheers!