Skip to content

coli-dev/wedding

Repository files navigation

wedding

Wedding photography website built with Astro and Tailwind CSS.

Quickstart

  1. Install dependencies: npm install
  2. Start development server: npm run dev
  3. Build for production: npm run build
  4. Preview production build: npm run preview

Configuration

  • Update site information in src/config/siteData.json.ts
  • Update domain in astro.config.mjs and public/robots.txt

Scripts

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published