remove paypal buttons
[markerbeacon.git] / README
1 Build the site with:
2
3 virtualenv venv
4 source venv/bin/activate
5 pip3 install pelican
6 make html
7
8 Serve locally:
9
10 make devserver