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.
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/