A modern website for HunterTech, built with Astro.js and Tailwind CSS.
- Responsive design
- Modern UI components
- Blog system
- Contact form
- SEO optimized
- Fast performance
- Node.js (v18 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/huntertech-website.git cd huntertech-website
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open http://localhost:4321 in your browser.
huntertech-website/
├── public/ # Static assets
│ ├── images/ # Image files
│ ├── robots.txt # Robots file
│ └── sitemap.xml # Sitemap
├── src/
│ ├── components/ # Astro components
│ ├── layouts/ # Layout components
│ └── pages/ # Page components
├── astro.config.mjs # Astro configuration
├── package.json # Project dependencies
├── tailwind.config.js # Tailwind configuration
└── tsconfig.json # TypeScript configuration
To create a production build:
npm run build
# or
yarn build
The built files will be in the dist
directory.
To preview the production build locally:
npm run preview
# or
yarn preview
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Huntertech - info@huntertech.ca
Project Link: https://github.com/yourusername/huntertech-website