Skip to content

Files

Latest commit

f6b7535 · May 16, 2023

History

History
20 lines (15 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 426 Bytes

robinsonz.github.io

This is the source code for my personal website, robinsonz.me. It's built with Tailwind CSS and Webpack on top of a big chunk of hand-coded HTML; no fancy template engines here (for now).

Development

npm install

Run a live-reloading instance for development:

npm start 

Build static files for production:

npm run build

Files are written to dist/.