Official website for Nomad Detroit Coffee, featuring our story, products, and market locations.
This site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
-
Clone the repository: bash git clone https://github.com/yourusername/nomad-detroit-coffee.git cd nomad-detroit-coffee
-
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
- Clone the repository
- 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
- View the site at
http://localhost:8000
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
- Go to repository settings
- Navigate to "Pages"
- Set source branch to
gh-pages
- Set custom domain (if applicable)
- Add CNAME record pointing to
yourusername.github.io
- Add custom domain in GitHub Pages settings
- Wait for DNS propagation (up to 24 hours)
All rights reserved © 2024 Nomad Detroit Coffee
- Fork the repository
- Create a feature branch
- Commit changes
- Push to the branch
- Open a pull request
For technical issues:
- Create an issue on GitHub
- Contact: [email protected]
For business inquiries:
- Email: [email protected]