Skip to content

Slickspacestech/huntertech2

Repository files navigation

HunterTech Website

A modern website for HunterTech, built with Astro.js and Tailwind CSS.

Features

  • Responsive design
  • Modern UI components
  • Blog system
  • Contact form
  • SEO optimized
  • Fast performance

Tech Stack

Getting Started

Prerequisites

  • Node.js (v18 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/huntertech-website.git
    cd huntertech-website
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
  4. Open http://localhost:4321 in your browser.

Project Structure

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

Building for Production

To create a production build:

npm run build
# or
yarn build

The built files will be in the dist directory.

Preview Production Build

To preview the production build locally:

npm run preview
# or
yarn preview

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Huntertech - info@huntertech.ca

Project Link: https://github.com/yourusername/huntertech-website

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published