/noah

Primary LanguagePython

Noah's Arc - Rebuilding after the Flood

  1. Make sure you have pipenv installed

  2. Create a MySQL database for this app

  3. Make sure you set all environment variables mentioned in env.dev.sh

  4. Install all dependencies

    $ pipenv install
    
  5. Run migrations

    $ python manage.py migrate
    
  6. Run the web server

    $ python manage.py runserver
    
  7. Run webpack

    $ cd noah_frontend && yarn dev