bcc-code / bcc-wp

[BCC IT] Custom Wordpress themes and plugins which can be used in any BCC application (currently includes the BCC Login plugin)
Apache License 2.0
0 stars 7 forks source link

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