Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 618 Bytes

🌎 Website

My very simple personal website built using Tailwind as an experiment to learn more about it and hosted on Cloudflare Pages.

👷🏻‍♂️ Building

$ make build

This will build the site and output it to dist/.

👨🏻‍💻 Running Locally

$ make serve port=8080

This will build the site and serve it from dist/.

To continuously build the site when changes are made run:

$ make watch

🚀 Deploying

Any commit to main is automatically deployed to Cloudflare Pages.