918 B
918 B
Welcome
SFIS -- A simple cross-platform Static File Index System
Website
Preview
Quick Start
- Install Python 3.x from python.org
- Install Package from Internet
python3 -m pip install Markdown pyyaml fire
If it doesn't work, try:
python -m pip install Markdown pyyaml fire
- Clone Code
GUI Way:
Click "Code" button, download the ZIP package and extract it to run it.
CLI Way:
You should install git or gitbash first.
Run the command in terminal(bash or cmd)git clone https://github.com/david-ajax/sfis/ && cd sfis
- Run Code
python3 main.py
Put your files in "files" folder.
Upload project root folder to your static cloud storage space(such as GitHub or Vercel) and builds the index file, you can get a useful personal static cloud space now!