An open API service indexing awesome lists of open source software.

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.

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/)


(back to top)

## 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
```


(back to top)

## 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)


(back to top)

## Contact
For more information regarding this project, feel free to reach out through [Email]([email protected]) or [Github](https://github.com/gisachris).


(back to top)

## Contributors








(back to top)