๐Ÿ“ฆ robzwolf / code-website

Website in code format.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/robzwolf/code-website.git
HTTPS git clone https://github.com/robzwolf/code-website.git
SSH git clone git@github.com:robzwolf/code-website.git
CLI gh repo clone robzwolf/code-website
robzwolf robzwolf Add header 7013f39 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ highlight
๐Ÿ“„ .gitignore
๐Ÿ“„ index.html
๐Ÿ“„ README.md
๐Ÿ“„ README.md

code-website

Website in code format.

Quick Start

This application is static, and consists of just index.html and the contents of highlight/.

If you have Python installed, the easiest way to run it is using the following commands:

Python 3

python3 -m http.server Python 2

python -m SimpleHTTPServer