DEV Community

Discussion on: A Personal Git Repo as a Knowledge Base Wiki

Collapse
 
timster profile image
Tim Shaffer

If you want a super easy http server, python has one built in. Just go to the directory and run this:

python3 -m http.server

Collapse
 
adam_b profile image
Adam Braimah

That's a great tip! 👍🏿