A modern wedding website built with Next.js, TypeScript, and Tailwind CSS.
Clone the repository:
git clone https://github.com/your-username/boda-aitor-y-luisa.git
cd boda-aitor-y-luisa
Install dependencies:
npm install
# or
yarn install
Create a .env.local
file in the root directory and add the necessary environment variables (refer to .env.example
if available).
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Run the test suite:
npm test
# or
yarn test
For test coverage:
npm run test:coverage
# or
yarn test:coverage
To build the application for production:
npm run build
# or
yarn build
The application is configured for deployment on Vercel. Push your changes to the main branch to trigger automatic deployments.
โโโ app/ # Next.js app directory
โโโ components/ # Reusable React components
โโโ constants/ # Application constants
โโโ docs/ # Project documentation
โโโ hooks/ # Custom React hooks
โโโ i18n/ # Internationalization files
โโโ lib/ # Utility functions and configurations
โโโ messages/ # Translation messages
โโโ migrations/ # Database migrations
โโโ public/ # Static assets
โโโ scripts/ # Utility scripts
โโโ styles/ # Global styles
โโโ types/ # TypeScript type definitions
โโโ utils/ # Helper functions
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.