Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morajabi/balast-website

Website of a chatbot for watching site reachability built with NextJS, react and styled-components
https://github.com/morajabi/balast-website

chatbot nextjs react styled-components

Last synced: 7 days ago
JSON representation

Website of a chatbot for watching site reachability built with NextJS, react and styled-components

Awesome Lists containing this project

README

        

# balast-website
Website for balast.ir written with next.js, react, styled-components and friends!

## What is balast.pro?
**[Balast](http://t.me/balastBot)** is a **chat bot** (currently only in Telegram) for watching site or servers reachability.

## 🤓 What to learn?
Great question! Well It's a **well-written** small project **to learn** from if you're just getting started with [zeit/next.js](https://github.com/zeit/next.js/) (It's a minimalistic framework for server-rendered React apps) or you want to experiment with awesome [styled-components](https://github.com/styled-components/styled-components) for styled react in **the react way**. I used functional components a lot and if you're unfimilliar then check them out!

## 🏑 Run it!
Clone this repo and go to the directory and install required packages as follow:
```
yarn install
```
or
```
npm install
```

Then run the app in development mode with this command:
```
npm run dev
```
or build it to deploy:
```
npm run build
```

## License
morajabi/balast-website is licensed under the Apache License 2.0
```
Permissions:
- Commercial use
- Modification
- Distribution
- Patent use
- Private use

Conditions:
- License and copyright notice
- State changes

Limitations:
- Trademark use
- Liability
- Warranty
```