/aplus-courses-tutorial-builder

Create and edit tutorials for IntelliJ A+ Courses plugin

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

A+ Courses Tutorial Builder

A+ Courses Tutorial Builder is a tool for building tutorials for the IntelliJ IDEA A+ Courses plugin. Tutorials are a feature of the plugin teaching users how to use the IDE. Courses using the plugin can have their own tutorials, and course maintainers can use this tool to create and edit them.

Running and publishing

First, run npm install to install the dependencies.

To run the development server, run npm run start

To publish to GitHub Pages, run npm run predeploy && npm run deploy. It will make a commit to the gh-pages branch and GitHub Actions will update the site.

The published site is available at https://aalto-letech.github.io/aplus-courses-tutorial-builder/

A+ Courses