Skip to content

πŸ‘‹ My personal website

Notifications You must be signed in to change notification settings

jamesrwhite/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e368974 Β· Aug 7, 2024

History

64 Commits
Jul 2, 2024
Aug 7, 2024
Mar 13, 2021
Jan 28, 2023
Jan 28, 2023
Jul 2, 2024
Mar 14, 2021
Jul 2, 2024
Jan 1, 2024
Jan 28, 2023

Repository files navigation

🌎 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.