HACC2022 / SquidBrainsAreShapedLikeDonuts

0 stars 0 forks source link

SquidBrainsAreShapedLikeDonuts

A mirror of this site can be found at https://github.com/penguinyaro/mysquids, and that repository is deployed at https://squidbraincharts.herokuapp.com/.

If you would like to build this yourself locally:

  1. Download python/anaconda (reccomendation is anaconda)
  2. Set up your virtual environment using the environment.yml or requirements.txt (reccomendation is environment)
  3. Clone this repo
  4. Open your teminal and navigate to the site directory (e.g. cd SquidBrainsAreShapedLikeDonuts/site)
  5. Start flask FLASK_APP=app FLASK_ENV=development flask run (note this may differ depending on your version of flask)
  6. Navigate to the URL it deploys to (probably http://127.0.0.1:5000/)