- Install Python 3.x from python.org or pkg manager
- Install Python Packages from Internet
python3 -m pip install markdown pyyaml fire
- Clone Source Code
Git should be installed first.
Run the command in shell (bash or cmd)
git clone https://github.com/david-ajax/sfis/ && cd sfis
- Run Code
python3 main.py
HTML files should be generated in the folder. Try to move the folder into a webserver. Redeploy to update static web files after putting your files in "files" folder.
todo