Skip to content

andreamartin/cn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casa Nopalitos Website

This is the official website for Casa Nopalitos, a beautiful rental property in El Sauzal, Mexico.

Features

  • Responsive design with Tailwind CSS
  • Smooth animations with Motion
  • High-quality imagery
  • Integration with Airbnb for bookings
  • Detailed amenities and location information

Development

To run the project locally:

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev

Deployment to GitHub Pages

To host this on GitHub Pages:

  1. Install the gh-pages package:

    npm install gh-pages --save-dev
  2. Add the following scripts to your package.json:

    "predeploy": "npm run build",
    "deploy": "gh-pages -d dist"
  3. Add a homepage field to your package.json:

    "homepage": "https://<your-username>.github.io/<your-repo-name>"
  4. Run the deploy command:

    npm run deploy

Credits

  • Built with React, Tailwind CSS, and Lucide Icons.
  • Images from Unsplash.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors