Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 222 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 222 Bytes

BCC WordPress Plugins

Testing locally

  1. Create a .env file (based on .env-example)
  2. Build the frontend components: yarn install && yarn build
  3. Run docker: docker compose up
  4. Visit https://localhost:5001