https://github.com/ctrlwebinc/bf2-courses
https://github.com/ctrlwebinc/bf2-courses
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctrlwebinc/bf2-courses
- Owner: ctrlwebinc
- License: gpl-2.0
- Created: 2020-07-20T21:50:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T19:42:52.000Z (over 1 year ago)
- Last Synced: 2025-02-02T00:41:51.054Z (9 months ago)
- Language: PHP
- Size: 174 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Badge Factor 2 - Courses Add-On
This WordPress plugin is an add-on to the Badge Factor 2 WordPress plugin. It adds the concept of "course" to the concept of badges covered by Badge Factor 2.
# Frontend dev
## Requirements
* Node >= 12 ; [Download Here](https://nodejs.org/)
## Installation
* Execute ```npm install``` in the root folder
## Usage
* Build for dev ``` npm run dev ```
* Watch assets/css/public.scss file ``` npm run watch ```
* HMR ``` npm run hot ```
* Build for production ``` npm run production ```