Skip to content

OreCart/orecart.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orecart.github.io

A wiki for the OreCart ecosystem.

Local Setup

Generate a venv: python -m venv venv

Then start it: source venv/bin/activate

Next, install dependencies via pip: pip install -r requirements.txt

Then, run: make html to make the website.

The generated site will be located in _build/html/index.html