Personal website for Chris Parsons chrisparsons.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

Astro 53.8%
TypeScript 43.7%
JavaScript 2.2%
Other 0.3%
48 2 0

Clone this repository

https://tangled.org/chrisparsons.dev/chris https://tangled.org/did:plc:7qrqx3vz5ctnolwom3egj5py
git@tangled.org:chrisparsons.dev/chris git@tangled.org:did:plc:7qrqx3vz5ctnolwom3egj5py

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Chris Parsons personal website#

This is the repository for my personal website.

It is built using the static site generator astro.

🧞 Commands#

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun dev Starts local dev server at localhost:4321
bun build Build your production site to ./dist/
bun preview Preview your build locally, before deploying