FUNG entry test notes
Online Notes: https://nmanumr.github.io/fung-notes/
You need following to get started:
- python
- install pienv (install using
pip install pipenv) - Intialize pipenv
pipenv --three(from project root) - Install project dependencies
pipenv install - git (optional)
After installing all these dependencies
- open terminal
git clone https://github.com/nmanumr/fung-notes.gitcd fung-notespipenv run python -m mkdocs serve
Push to github
- Make changes
git add --allgit commit -m "[desc changes]"git push
The content of this project itself is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, and the underlying source code used to format and display that content is licensed under the MIT license.
