Explore >> Select a destination


You are here

github.com
| | www.github.com
0.2 parsecs away

Travel
| | Julie Cogley Portfolio Site. Contribute to juliecogley/julie_portfolio development by creating an account on GitHub.
| | cupano.com
0.3 parsecs away

Travel
| | My Blog Posts. Contribute to joecupano/blog development by creating an account on GitHub.
| | crpt.fyi
1.0 parsecs away

Travel
| | Issues for organizations and discussions, repo for debriefs and resources - Call For Proposal · francep2p/community Wiki
| | logr.cogley.info
17.6 parsecs away

Travel
| Many static site generators like Hugo have a built in dev web server. If you are just building some html with css, and need a simple solution to serve the files from any folder, you have a few solutions. See a couple of options: Node.js users can install and run http-server: 1 2 3 4 npm install -g http-server cd /path/to/my/working/folder http-server --help http-server Visit http://localhost:8080 and look at the help to change the port.