The website for the Code for Eau Claire Brigade
Use these instructions to setup a temporary* development environment of this project.
- Fork this repository
- Create a new Virtual Machine >> SSH in >> Run vms quick install:
export GHUSER='AnthonyAstige'
(Replace AnthonyAstige with your username)curl -L -o- https://rawgit.com/$GHUSER/codeforeauclaire.github.io/master/bin/vmsquickinstall.sh | bash
- Run app
~/codeforeauclaire.github.io/bin/serve
- Load http://{vms-ip}:4000 in your browser
*For a permanent development environment we recommend you read the referenced script above to install locally.1. Edit a file >> refresh page in browser to see changes
- Explain what Code for Eau Claire is and the type of work we do.
- To celebrate our events, projects, and discussions!
- Encourage current and new members to participate with clear ways to get involved.
Built using Jekyll, Bootstrap.
We use GitHub Issues to track bugs and features.
To run the site locally on your own computer (most helpful for previewing your own changes), you will need Jekyll installed (click here for Jekyll installation instructions.)
Fork and clone the repository, then run the following command in the root directory of the repo:
jekyll serve
or
jekyll serve --watch
which will watch for changes to files.
Your computer should now be serving your local copy of the site at:
- Fork the project.
- Create a topic branch.
- Implement your feature or bug fix.
- Commit and push your changes.
- Submit a pull request.