Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DonPonti/astro-hyperdrive

 
 

Repository files navigation

HyperDrive

HyperDrive is a free theme for the Astro framework, designed to provide a beautiful and functional starting point for your next car dealer website. Whether you're selling Cars, Bikes or Boats, or any other similar product, HyperDrive has you covered with its clean design and easy-to-use components.

🌟 About HyperDrive

HyperDrive is perfect for car dealers looking to create a modern, responsive website. It features a range of premade pages and components that can be easily customized to fit your brand. The theme is built with Astro, ensuring fast load times and excellent performance.

🛠️ Technologies Used

  • Astro: The core framework for building fast, content-focused websites.
  • TailwindCSS: A utility-first CSS framework for rapid UI development.
  • Embla Carousel: A modern slider library for creating responsive sliders.

🚀 Installation and Deployment

To get started with HyperDrive, follow these steps:

  1. Clone HyperDrive:

    git clone https://github.com/wpinfusion/astro-hyperdrive.git
  2. Install Dependencies:

    npm install
  3. Run Development Server:

    npm run dev
  4. Build for Production:

    npm run build

📂 Project Structure

Inside of your HyperDrive project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src/
│   ├── assets/
│   ├── components/
│   ├── layouts/
│   │   └── Layout.astro
│   ├── pages/
│   │   ├── index.astro
│   └── styles/
└── package.json

📄 Premade Pages

  • Home
  • Cars
  • Blog
  • Contact
  • About Us
  • Services
  • 404

🛠️ Quick start

To start adding your cars, go to /content/cars and add your car data in a markdown (.mdx) file. Each car should have a unique slug, title, and other relevant details like price, description, and images. Refer to the example.mdx file or any of the existing car examples for the required structure.

👀 Stuck?

If you have any questions or need help with HyperDrive, feel free to reach out to me at [email protected], or open an issue on the HyperDrive GitHub repository

About

An Astro template designed for Automotive dealerships

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 61.6%
  • MDX 16.5%
  • TypeScript 12.1%
  • CSS 7.8%
  • JavaScript 2.0%