Skip to content

freenalytics/freenalytics.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Site

This repo contains the documentation site for this project.

Development

To develop for this repo you must first create a Python virtual environment:

python3 -m venv ./venv

Then activate it, on unix:

source ./venv/bin/activate

And finally install the dependencies:

pip install -r requirements.txt

You can then start a development server with:

mkdocs serve -a 0.0.0.0:8000

Author

This documentation repo has been made by Freenalytics.

About

Documentation website for this project.

Resources

License

Stars

Watchers

Forks