Guide on board
The ultimate custom neon and channel sign configurator for woocommerce.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/brownlock2203/guide-on-board/archive/refs/heads/main.zipHOW TO USE
Project setup
1. Place the plugin into the WordPress /wp-content/plugins/ folder
2. Run "npm install" in the plugin root (/wp-content/plugins/your-plugin)
3. Activate the plugin
Compiles and hot-reloads for development
npm run dev
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint