Personal Site
0

Configure Feed

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

Astro 66.1%
TypeScript 29.9%
CSS 2.3%
JavaScript 1.0%
Dockerfile 0.4%
Other 0.3%
267 2 0

Clone this repository

https://git.vm.fail/vielle.dev/site https://git.vm.fail/did:plc:s76cokqjj5wtykiqwoyyvwh2
ssh://git@knot1.tangled.sh:2222/vielle.dev/site ssh://git@knot1.tangled.sh:2222/did:plc:s76cokqjj5wtykiqwoyyvwh2

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


README.md

vielle.dev#

MS Paint inspired personal site.

Setup#

Prerequisites:

  • NodeJS v24 or later
  • pnpm
  • git
git clone https://tangled.sh/@vielle.dev/site vielle.dev
cd vielle.dev
pnpm install

Developing#

Refer to https://docs.astro.build for help.
Runs on http://localhost:3000.

pnpm dev

Building#

Builds into ./dist

pnpm build
# To test the build:
pnpm preview