Client Website for a Construction Business.
MRBuilders-web is the client-facing website for a construction business. This project is designed to provide an online presence for the business, showcasing services, projects, and contact information.
The project is built using the following technologies:
- Astro (72.5%)
- JavaScript (26.8%)
- Docker (0.7%)
Astro is used for building static websites, ensuring fast performance and easy scalability. JavaScript is used to enhance interactivity, and a Dockerfile is included for containerization.
To get a local copy of the project up and running, follow these steps.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/Glucktek/MRBuilders-web.git cd MRBuilders-web -
Install dependencies:
npm install
or, if you're using Yarn:
yarn install
To start the development server:
npm run devor, with Yarn:
yarn devThe project will be accessible at http://localhost:3000.
The key folders in this repository are:
src/: Contains the source code for the website.public/: Contains static assets like images, icons, and other files.