0.0.3 • Published 2 years ago

rg-learning-hub v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Learning Hub

See details: https://ruanggguru.atlassian.net/wiki/spaces/SD/pages/2598701410/Learning+Hub

Installation

From your terminal:

npm install learning-hub 

This will install the Learning Hub package.

Writing Preview

Run learning-hub to preview your content. This will disable "status" tag(markdown yaml header) in your content.

CONTENT_PATH=<course root path> npx learning-hub

Deployment

Run learning hub in production mode:

CONTENT_PATH=<course root path> NODE_ENV=production npx learning-hub