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.