This website works better with JavaScript
Home
Explore
Help
Register
Sign In
marx
/
alucho
Watch
1
Star
0
Fork
0
Files
Issues
13
Pull Requests
0
Wiki
Tree:
ef1e11a505
Branches
Tags
master
staging
alucho
/
run_server.sh
run_server.sh
81 B
History
Raw
1
2
3
4
#!/bin/bash
python3 sitegen.py --with_index
cd build
python3 -m http.server 8001