This repository is the standalone codebase for the Vipyr Security website. It is no longer maintained as a template-derived site.
- Use Node.js
24+. - Run
npm install. - Run
npm run devand openhttp://localhost:4321.
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build the production site to ./dist/ |
npm run preview |
Preview the production build locally |
npm run check |
Run Astro checks, ESLint, and Prettier |
npm run fix |
Run ESLint autofixes and Prettier |
- Astro
6 - Tailwind CSS
4via@tailwindcss/vite - Static output
The site is configured for static deployment on Vercel.
- Vercel can deploy this project with zero Astro-specific server setup because the site builds to
dist/. - The checked-in vercel.json keeps cache headers for
/_astro/*assets and makes the build settings explicit. - To deploy manually with the Vercel CLI, run
vercelfrom the project root and promote withvercel --prodwhen ready.