Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 966 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 966 Bytes

Feast Site

Website for the Feast homelessness charity.

Information on the project can be found in the wiki.

Progress can be tracked in the kanban board.

Contributing

We are using a pull request based workflow.

  1. Make your changes on a branch (or a fork) or the project.
  2. Open a pull request to this project.
  3. The changes will be reviewed.
  4. Any feedback should be incorportated back into the code.
  5. When everyone is happy the pull request will be merged in. Hooray!

Development workflow

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