https://github.com/gisachris/baumeister-website
The Baumeister Website Project is a GYM training website for development -group One.
https://github.com/gisachris/baumeister-website
baumeister html tailwindcss teamproject
Last synced: about 1 month ago
JSON representation
The Baumeister Website Project is a GYM training website for development -group One.
- Host: GitHub
- URL: https://github.com/gisachris/baumeister-website
- Owner: gisachris
- Created: 2025-03-14T09:51:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T08:56:48.000Z (2 months ago)
- Last Synced: 2025-04-14T09:23:04.127Z (2 months ago)
- Topics: baumeister, html, tailwindcss, teamproject
- Language: HTML
- Homepage: https://baumeister-group-one.netlify.app/
- Size: 171 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
## Table of Contents
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Installation](#installation)
- [Deployment & Links](#deployment--links)
- [contact](#contact)
- [Contributors](#contributors)## About The Project
Baumeister is a website for the Baumeister Group One Project and below is the `folder structure`.- `./public`: Contains all the public assets for the website.(imgs, etc)
- `./src`: Contains all the source code for the website.
- `./dist`: Contains all the output files for the website.
- `./src/components`: Contains all the components for the website.
- `./src/scripts`: Contains all the scripts for the website.## Built With
This website was built with the following tools:
- [TailwindCss](https://tailwindcss.com/)
- [HTML](https://html.com/)
- [CSS](https://css.com/)
## Installation
This application Can be installed and ran using the following Procedures:- Clone this repository to your local machine through `ssh` or `https`
```
git clone [email protected]:gisachris/baumeister-website.git
```- Install the dependencies using `npm install`.
```
npm install
```- Generate the output.css file for TailwindCss using `npm run build` / `npm run dev`.
```
npm run build
```
## Deployment & Links
This application is hosted under two Links:- [Live Site](https://baumeister-group-one.netlify.app/) (main Branch)
- [Development Site](https://baumeister-development.netlify.app/) (dev Branch)
## Contact
For more information regarding this project, feel free to reach out through [Email]([email protected]) or [Github](https://github.com/gisachris).
## Contributors