Files
STSG/src/articles/documentation/installation/en.md
2025-05-16 17:33:11 +02:00

335 B

setup the programm

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

execute

To start a local http server in the dist folder you can simply do:

python3 -m http.server 1312

Then visit localhost:1312

You can either build it normally with stsg or start a hot reload server with stsg_dev.