Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morajabi/balast-website
- Owner: morajabi
- License: apache-2.0
- Created: 2017-06-12T10:26:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T19:28:57.000Z (over 7 years ago)
- Last Synced: 2024-12-09T14:20:47.218Z (15 days ago)
- Topics: chatbot, nextjs, react, styled-components
- Language: JavaScript
- Homepage: http://balast.pro/
- Size: 1.41 MB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 useConditions:
- License and copyright notice
- State changesLimitations:
- Trademark use
- Liability
- Warranty
```