Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 440 Bytes

File metadata and controls

17 lines (10 loc) · 440 Bytes

claytongentry.com

Static personal site built with plain HTML and CSS.

Local

Run npm start to serve public/index.html at http://localhost:3000.

This uses python3, so the direct equivalent is:

python3 -m http.server 3000 --directory public

Build

Run npm run build to copy the contents of public/ into build/ and add CNAME for deployment.