Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 397 Bytes

File metadata and controls

25 lines (14 loc) · 397 Bytes

section-106-prototype

Requirements

Getting started

Install front end build tool (gulp)

npm install

Make a virtualenv for the project and install python dependencies

pip install -r requirements.txt

Generate CSS

gulp scss

Run flask server

flask run