by Ricardo Krause
This is a JavaScript/Typescript markdown to HTML parser with Visual Studio Code
- Install node.js
- Install visual studio code
- Go to the directory of from the project
- Start the node server with
$ npm start
- Start the Test-Runner to see the unit test results in the console
$ npm test
-
One part of the documentation is available as docx and pdf dirctly on Github
-
For additional information you can see it as esdoc
-
or enter
$ npm docs
to open the readme online
- Open the project with Visual Studio Code
- Start the TypeScript-Compiler with [strg]+[shift]+[b]
- Start the node server
$ npm run dev
- Open the browser on localhost:3000
no licence