Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakex7/flywide-pl-frontend
https://github.com/jakex7/flywide-pl-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakex7/flywide-pl-frontend
- Owner: jakex7
- Created: 2020-06-03T16:23:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:26:07.000Z (almost 3 years ago)
- Last Synced: 2023-04-25T14:52:33.323Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://flywide.pl/
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flywide.pl
Interactive site made for Teamspeak 3 server called Flywide.pl
You can preview site [here](https://flywide.pl)## ✨ Features
Site has a features like
- logging in with server poke with temporary code
- News feed
- client info
- server rank assigner panel (you can easly add yourself ranks)## 🛠 Built With
This application was built with [react](https://www.reactjs.org/)
## 🚀 Quick start
1. **Clone this repo into your local machine.**
- with **https**
`git clone https://github.com/jakex7/flywide-pl-frontend.git`
- with **ssh**
`git clone [email protected]:jakex7/flywide-pl-frontend.git`1. **Start developing.**
Navigate into project directory and start it up.
```shell
cd flywide-pl-frontend/
npm run start
```1. **Open the source code and start editing!**
Site is now running at `http://localhost:3000`!
## 💫 Deploy
To build a production use `npm run build`.