https://github.com/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)
https://github.com/bcc-code/bcc-wp
Last synced: 5 months ago
JSON representation
[BCC IT] Custom Wordpress themes and plugins which can be used in any BCC application (currently includes the BCC Login plugin)
- Host: GitHub
- URL: https://github.com/bcc-code/bcc-wp
- Owner: bcc-code
- License: apache-2.0
- Created: 2021-01-11T10:34:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-20T14:25:49.000Z (5 months ago)
- Last Synced: 2026-01-21T00:40:48.206Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCC WordPress Plugins
## Testing locally
1. Create a .env file (based on .env-example)
3. Build the frontend components: `yarn install && yarn build`
4. Run docker: `docker compose up`
5. Visit https://localhost:5001