My homepage equinoxx.dev
homepage website
0

Configure Feed

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

Astro 83.5%
CSS 11.6%
JavaScript 4.1%
Other 0.9%
52 1 0

Clone this repository

https://tangled.org/equinoxx.dev/homepage https://tangled.org/did:plc:rl37332asbatx4oxktokojs4
git@knot.equinoxx.dev:equinoxx.dev/homepage git@knot.equinoxx.dev:did:plc:rl37332asbatx4oxktokojs4

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



README.md

equinoxx.dev#

The homepage for equinoxx. Visit me at: https://equinoxx.dev.

Development#

This project uses Astro as the static site generator and expects pnpm as the package manager.

# Install dependencies
pnpm install --frozen-lockfile
# Start the development server
pnpm run dev

Build#

Astro

# Install dependencies and build
pnpm install --frozen-lockfile
pnpm run build
# To preview the build
pnpm run preview

The built site will be in the dist/ folder.