Equinoxx's Homepage
https://equinoxx.dev
| .vscode | ||
| config/nginx | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| .prettierrc.mjs | ||
| astro.config.mjs | ||
| eslint.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
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.