Triffids is an application that celebrates the parks, green spaces and nature of Bristol by surfacing data from Bristol Open Data and other sources in a fun and engaging way.
-
Relies heavily on the Open Data Bristol API
Virtualenv recommended - more information here
mkvirtualenv triffids
workon triffids
pip3 install -r env/requirements.txt
cd server
python3 app.py
Ensure you are using Node version >=8
npm install
npm run serve
npm run build
npm run lint
npm install -g firebase-tools
(if not already installed)
firebase login
(Should only be required once)
firebase deploy