Skip to content

Aalto-LeTech/aplus-courses-tutorial-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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