Hi-Tech Auto was built to serve as a way to provide information about a small independent mechanic shop. It is a static site generated using Gatsby.js. Users can view:
- General information about the business
- Services offered
- Operating hours
- Contact information
- Gatsby.js
- React.js
- React Hooks
- Reactstrap
- Bootstrap 4
- npm
- Clone the repo
git clone https://github.com/kevinakahoshi/hi-tech-auto.git
cd hi-tech-auto
- Install the Gatsby CLI
npm install -g gatsby-cli
- Start the development server
gatsby develop
- Serve the production build
gatsby serve