This is the source repository for the Devbit algorithms course.
Make sure you have Node.js installed and the following packages:
npm install -g vuepress
npm install -g yo
npm install -g generator-innovet-vuepress-course
To start a local development server execute the following command inside the root folder of this project:
npm run docs:dev
This will start a local server and automatically convert the markdown files to html files.
Open a browser to the web address shown by the npm run
command. Most typically this is http://localhost:8080.
A page is like a new chapter in your course. You can generate a new page by using the innovet-vuepress-course
generator:
yo innovet-vuepress-course:page
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.