Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.2 KB

CircleCI This project is using Percy.io for visual regression testing.

Connecticut Office of Early Childhood's website

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.

Local development

Setup

  1. Install Docker
  2. Install Docker Compose
  3. Run docker compose
    docker-compose up
  4. Setup the site
    ./scripts/build-dev
  5. The site should be running on localhost:8080

Starting and stopping site after initial setup

  1. Stop docker
    docker-compose down
  2. Start docker
    docker-compose up