Must have Gulp installed.
npm install -g gulp
git clone https://github.com/coumbole/contactbank.git
cd contactbank/gulp
npm install
gulp
- A new browser window should open at localhost:3000
- changing /assets/pug/* or /assets/scss/* regenerates css/main.min.css and index.html -file
- Should display actual data that's been collected from Athene Angels. The data is in google drive (Athene Hallitus '17 folder)
The html files are generated by the Pug template system. The only file that should be edited is index.pug, unless it gets too complicated.
This site is using the bulma CSS framework.