Equinoxx's Homepage https://equinoxx.dev
Find a file
2025-12-23 19:11:57 +11:00
.vscode Initial commit from Astro 2025-08-09 15:48:34 +10:00
config/nginx Enable Containerfile builds 2025-11-21 23:29:08 +11:00
public Add button for TechGamesPlus.net 2025-12-23 19:11:57 +11:00
src Add button for TechGamesPlus.net 2025-12-23 19:11:57 +11:00
.gitignore Update .gitignore so i dont push my push script 2025-11-23 19:20:30 +11:00
.prettierrc BIG CHANGES 2025-11-13 00:34:34 +11:00
.prettierrc.mjs BIG CHANGES 2025-11-13 00:34:34 +11:00
astro.config.mjs fix(config): set output format to static and define base URL 2025-11-18 16:26:39 +11:00
eslint.config.js BIG CHANGES 2025-11-13 00:34:34 +11:00
package.json Update CVE affected dependencies 2025-11-30 15:58:59 +11:00
pnpm-lock.yaml Update CVE affected dependencies 2025-11-30 15:58:59 +11:00
README.md Remove Docker build and run instructions from README.md 2025-11-23 21:37:10 +11:00
tsconfig.json BIG CHANGES 2025-11-13 00:34:34 +11:00

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.