stage.ctoec.org beta.ctoec.org
This repository houses the Connecticut Office of Early Childhood's website. This site uses a modified version of the Benjamin WP theme for the front end interface.
- Install Docker
- Install Docker Compose
- Run docker compose
docker-compose up
- Setup the site
./scripts/build-dev
- The site should be running on localhost:8080
- Stop docker
docker-compose down
- Start docker
docker-compose up