Wedding photography website built with Astro and Tailwind CSS.
- Install dependencies:
npm install - Start development server:
npm run dev - Build for production:
npm run build - Preview production build:
npm run preview
- Update site information in
src/config/siteData.json.ts - Update domain in
astro.config.mjsandpublic/robots.txt
| Command | Action |
|---|---|
npm run dev |
Start local dev server |
npm run build |
Build to ./dist/ |
npm run preview |
Preview production build |
npm run format |
Format source files with Biome |
npm run lint |
Lint project with Biome |
npm run check |
Apply safe Biome fixes |