/algo-reference

An Alogrithms Rerference PWA

Primary LanguageHTML

Algorithms Reference

REQUIREMENTS

INSTALLATION

sudo pip install mkdocs
sudo pip install mkdocs-material
npm install

Development

Go to root of project and run

mkdocs serve

This will setup a live reload server to show your edits in the browser. Edit the corresponding markdown files for the chapter you wish to contribute to.

DEPLOYMENT

Go to root of project and run.

gulp build-site
firebase deploy

gulp build site would compile the mkdocs site and inject the required PWA files firebase deploy will deploy it to https://algorithms-90a10.firebaseapp.com/dynamic/