Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 277 Bytes

Website for Prince George's Tech Meetup

🖖🏾

Setup

  1. Install docker
  2. Start docker shell if using MacOS or Windows
  3. cd pgtech && docker-compose up -d
  4. Visit http://localhost:8000/

Run tests

  1. docker-compose run web bash
  2. python manage.py tests