Skip to content

Innovators-for-Purpose/tools-of-curiosity

Repository files navigation

tools-of-curiosity-app

This repository hold everything for the Tools Of Curiosity game.

Getting Started

Set up Git LFS

  • Install Git LFS from https://git-lfs.github.com
  • Run git lfs install if you have never used git lfs on your machine before.
  • Clone this repo.
    • If you have already cloned this repo, go into it and run git lfs pull

Set up Python

From the tools-of-curiosity directory:

  • Create a python virtualenv
    • python3 -m venv venv
  • Activate the virtual environment
    • source ./venv/bin/activate
  • Install python requirements
    • ./venv/bin/pip install -r requirements.txt

Set up Heroku

Running Locally

From the tools-of-curiosity directory:

  • source ./venv/bin/activate
  • heroku local

Deploying to Heroku

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published