Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 199 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 199 Bytes

douban-code.github.io

Quickstart

1. virtualenv venv
2. . venv/bin/activate
3. pip install pelican
4. pip install Markdown
5. make html
6. make serve

Go to: http://localhost:8000