Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 637 Bytes

File metadata and controls

31 lines (17 loc) · 637 Bytes

section-106-prototype

⚠️ Inactive

This application is no longer deployed anywhere. The data collected during it's use in a development plan timetable workshop has been backed up and is available in data/database_backup.dump

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