This repo hosts the code for www.cognicue.in on the master
branch which builds and serves through gh-pages
.
master
is protected and only ever gets changed when merging develop (git merge develop --ff
).
Make sure you have python & pip installed first.
- Open Terminal and navigate to the project root directory,
- Install dependencies
pip install -r requirements.txt
, - Run build script
python build.py
- In another terminal, run
cd build && python -m http.server
- Open web browser and test http://localhost:8000/