An open API service indexing awesome lists of open source software.

https://github.com/ctrlwebinc/bf2-courses


https://github.com/ctrlwebinc/bf2-courses

Last synced: 7 months ago
JSON representation

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 ```