Website for the Bay Area Paragliding Association
$ git clone https://github.com/kelleydv/Bapa.git
$ cd Bapa
$ pip3 install -r requirements.txt #python dependencies
$ npm install #front-end dependencies
$ python3 server.py
* Running on http://0.0.0.0:5000/
To install dependencies, run $ npm install, or just $ bower install if you already have bower installed. See bower.json for a list of front-end components.
$ export ENV=TEST
$ python3 test.py
Pull requests are always welcome, as are issues. Check the issues if you are looking for a way to help!