Skip to content

mad23dog/detroitcoffee

Repository files navigation

Nomad Detroit Coffee Website

Official website for Nomad Detroit Coffee, featuring our story, products, and market locations.

🚀 Deployment

This site is automatically deployed to GitHub Pages when changes are pushed to the main branch.

Manual Deployment Steps

  1. Clone the repository: bash git clone https://github.com/yourusername/nomad-detroit-coffee.git cd nomad-detroit-coffee

  2. Push changes to main branch: bash git add . git commit -m "Your update message" git push origin main

The GitHub Action will automatically:

  • Create necessary deployment files
  • Deploy to GitHub Pages
  • Handle routing configuration

🛠 Local Development

  1. Clone the repository
  2. Open index.html in your browser or use a local server:

Using Python: bash python -m http.server 8000

Using Node.js: bash npx serve

  1. View the site at http://localhost:8000

📁 Project Structure

nomad-detroit-coffee/ ├── index.html # Main entry point ├── 404.html # Custom 404 page ├── styles/
│ ├── main.css # Global styles │ ├── header.css # Navigation styles │ └── ... # Other style files ├── components/ # React components ├── utils/ # Utility functions ├── .github/ # GitHub configuration │ └── workflows/
│ └── deploy.yml # Deployment workflow └── README.md # Documentation

🔧 Configuration

GitHub Pages

  1. Go to repository settings
  2. Navigate to "Pages"
  3. Set source branch to gh-pages
  4. Set custom domain (if applicable)

Custom Domain

  1. Add CNAME record pointing to yourusername.github.io
  2. Add custom domain in GitHub Pages settings
  3. Wait for DNS propagation (up to 24 hours)

📄 License

All rights reserved © 2024 Nomad Detroit Coffee

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit changes
  4. Push to the branch
  5. Open a pull request

📞 Support

For technical issues:

For business inquiries:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published