All the source files are located inside the src/ folder - src/impl/ contains
the code of the applicatin, whereas in src/thesis/ you will find source files
of the thesis in the LaTeX format.
You can also find compiled text (PDF and PS formats) inside the text/ folder.
- Open your internet browser Google Chrome
- Go to the
chrome://extensions/or alternatively click on the controls menu (in the top right corner) -> "More tools" -> "Extensions" - Turn on the Developer mode (switch is located in the top right corner)
- Click on the
Load unpackedbutton in the top left corner - Select the whole
src/impl/folder in the opened file dialog - The extension should be successfully installed by now and ready to use
- Make sure you have installed the npm package manager:
npm --version - Go to the folder with source files of the app:
cd src/impl/ - Install all the required packages:
npm install - Run the tests
npm test
- Go to the folder with source files of the thesis:
cd src/thesis/ - Run the command
pdflatex thesis.texto compile into PDF format - For PS format you can use
pdf2ps thesis.pdf(if you've already got the PDF file)