updating readme

main
Mark MacKay 2021-03-24 16:06:59 -06:00
parent 506ee9c80d
commit eb1343421b
1 changed files with 9 additions and 2 deletions

View File

@ -14,7 +14,14 @@ Develop and run a local web server under `src`;
```
cd src
python -m SimpleHTTPServer
python -m SimpleHTTPServer 8000
```
or if you have Python 3:
```
cd src
python -m http.server 8000
```
## Build
@ -31,7 +38,7 @@ Deploy `dist` to your static file server of choice.
## Release notes
**2021.02.15** Major code refactor
**2021.02.15** Major code refactor
**2021.01.15** Added new fonts
**2021.01.01** Text handling improvements
**2020.12.10** Gradient fixes on Windows and Safari MacOS