Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 470 Bytes

Kiwipedia

Markdown based wiki to collaboratively organise cooking receipes.

The wiki is deployed Here.

Installing Locally

  1. Clone this repository.
  2. Set up a python virtual environment named venv.
  3. Activate the venv environment.
  4. Install the dependencies inside of it by running pip install -r requirements.txt.
  5. Run make html.