Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pandermatt/hatey-bot-frontend

🤬🤖 Haley Bot Frontend
https://github.com/pandermatt/hatey-bot-frontend

Last synced: 6 days ago
JSON representation

🤬🤖 Haley Bot Frontend

Awesome Lists containing this project

README

        

# 🤬🤖 Hatey Bot Frontend

## Important Links

- [Website hatey.monster](https://hatey.monster)
- [Swagger Documentation api.hatey.monster](https://api.hatey.monster)
- [Frontend GitHub](https://github.com/pandermatt/hatey-bot-frontend) [![React app deployement](https://github.com/pandermatt/hatey-bot-frontend/actions/workflows/deploy.yml/badge.svg)](https://github.com/pandermatt/hatey-bot-frontend/actions/workflows/deploy.yml)
- [Backend GitHub](https://github.com/pandermatt/hatey-bot-backend)
- [LaTeX Documentation](https://www.overleaf.com/project/633592679211c2009c8bce96)

## Development

The frontend is a React app. It is automatically deployed to [hatey.monster](https://hatey.monster) when a new commit is pushed to the `main` branch.
The deployment is done by GitHub Actions and can be found in the [deploy.yml](.github/workflows/deploy.yml) file.

The swagger documentation is automatically generated by the backend and can be found at [api.hatey.monster](https://api.hatey.monster).

### Setup

```bash
git clone [email protected]:pandermatt/hatey-bot-frontend.git
cd hatey-bot-frontend

# Install dependencies
npm install
```

### Run

```bash
npm start
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### Build

```bash
npm run build
```

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Contributors

Made with ❤️ by Pascal, Tobias and Denis

![](https://avatars.githubusercontent.com/u/20790833?s=64)
![](https://avatars.githubusercontent.com/u/87606238?s=64)
![](https://avatars.githubusercontent.com/u/15248306?s=64)