Aalto-LeTech / aplus-courses-tutorial-builder

Create and edit tutorials for IntelliJ A+ Courses plugin

Home Page:https://aalto-letech.github.io/aplus-courses-tutorial-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create and edit tutorials for IntelliJ A+ Courses plugin

https://aalto-letech.github.io/aplus-courses-tutorial-builder/

License:GNU General Public License v3.0


Languages

Language:TypeScript 87.4%Language:CSS 11.0%Language:HTML 1.6%