/learndash-template-draft

A starter repo for the creation of new the new template system for LearnDash. There is no PHP here

Primary LanguageHTML

LearnDash Template System Draft

If you want to contribute to the development of this project, make sure that you read the CONTRIBUTING.md file.

Build requirements

For the generation of the templates, you only need node. If you use NVM then you can execute the following steps:

nvm install
nvm use

This will install and activate node 16.

Build

git clone git@github.com:stellarwp/learndash-template-draft.git
cd learndash-template-draft
npm install
npm run build

All assets will be in dist/

Develop

git clone git@github.com:stellarwp/learndash-template-draft.git
cd learndash-template-draft
npm install
npm start

When you make a change to a file on src/ you'll see the result in dist/