Skip to content

Instantly share code, notes, and snippets.

@diericx
Created July 14, 2021 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diericx/107a1e2c90da9d150d0928991e6641e0 to your computer and use it in GitHub Desktop.
Save diericx/107a1e2c90da9d150d0928991e6641e0 to your computer and use it in GitHub Desktop.

My-Website

This repo contains my blog website.

Local development

Here are some notes on local development.

Starting web server

  1. Open Terminal
  2. Type cd ~/documents/CODE/My-Website and hit enter
  3. Type python -m SimpleHTTPServer and hit enter
  4. Go to http://localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment