/fung-notes

Short notes for FUNG entry test

Primary LanguagePythonMIT LicenseMIT

FUNG Notes

FUNG entry test notes

Online Notes: https://nmanumr.github.io/fung-notes/

How to Run

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

  1. open terminal
  2. git clone https://github.com/nmanumr/fung-notes.git
  3. cd fung-notes
  4. pipenv run python -m mkdocs serve

Push to github

  1. Make changes
  2. git add --all
  3. git commit -m "[desc changes]"
  4. git push

License

Creative Commons License

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.