1.0.1 • Published 6 years ago

mt-template v1.0.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

mini-tutorial.js template project

Getting Started

This is the recommended project structure for a mini-tutorial.js document. Simply download this repository and start hacking it. It couldn't be easier. :-)

  • Download this repository (Clone or download » Download ZIP)
  • Extract anywhere on your computer
  • Install needed packages
  • Hack away

Use the following commands while working on a document:

  • npm install to install all dependencies
  • npm run start to open a browser for a live preview
  • npm run build to build a static version for uploading on a webserver
  • npm run watch to rebuild after each change without starting a local server
  • npm run clean to just clean the dist directory

The project may contain as many documents as you like. Each one of them is just a HTML file in the src directory. See src/index.html for an example.

Copyright

mini-tutorial.js uses the Affero GPL 3. This example however uses a 3-clause BSD license, because you may not want to use the GPL on your documents. :-) Well if you do, hat off to you, but of course you don't have to.

mini-tutorial.js (https://www.github.com/DennisSchulmeister/mini-tutorial.js) This template: (https://www.github.com/DennisSchulmeister/mt-template) © 2018 Dennis Schulmeister-Zimolong dennis@pingu-mail.de