๐Ÿ“ฆ robzwolf / code-website

๐Ÿ“„ README.md ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16# 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