Website for the Feast homelessness charity.
Information on the project can be found in the wiki.
Progress can be tracked in the kanban board.
We are using a pull request based workflow.
- Make your changes on a branch (or a fork) or the project.
- Open a pull request to this project.
- The changes will be reviewed.
- Any feedback should be incorportated back into the code.
- When everyone is happy the pull request will be merged in. Hooray!
This site is made with the Jekyll site compiler.
# Install the deps
make install
# Run the Jekyll dev server
make start
# Run the code style linter
make lint
# Compile the site locally
make build