Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 177 Bytes

File metadata and controls

11 lines (9 loc) · 177 Bytes

website

Run locally with any static file server. For example:

python3 -m http.server 8000

Compress javasript files via:

yui-compressor file.js > file.min.js