Washington Parks Project

More documentation to come... in the meantime, check out the site at https://waparksproject.com/.

Progress & Road Map

This project is being developed very transparently, and I'm tracking progress and the backlog in Github Projects. The project for Washington Parks Project can be viewed here: https://github.com/jimmygle/waparksproject/projects

Local Environment Setup

  1. Clone the repository and cd waparksproject.
  2. composer install
  3. cp .env.example .env
  4. yarn install (or npm install)
  5. php ./vendor/bin/homestead make
  6. vagrant up
  7. Update /etc/hosts:
    192.168.10.10 waparksproject.local
    
  8. Visit the local site: http://waparksproject.local/

Technologies & Processes