https://github.com/edufolly/stpc
stpc
https://github.com/edufolly/stpc
Last synced: 3 months ago
JSON representation
stpc
- Host: GitHub
- URL: https://github.com/edufolly/stpc
- Owner: edufolly
- Created: 2020-03-29T17:52:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T20:59:48.000Z (about 5 years ago)
- Last Synced: 2025-01-13T03:32:52.131Z (5 months ago)
- Language: Dart
- Size: 1.03 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stpc
Simple Tagpacker Client
## Installation
1. This project use [flutter](https://flutter.dev/). Get Flutter [here](https://flutter.dev/docs/get-started/install) if you don't already have it.
2. To run web applications in Flutter, please follow [this](https://flutter.dev/docs/get-started/web#set-up) steps.
3. Clone this repository.
4. ```cd ``` into the repository folder.
5. Now, to serve this app in localhost, run: ```flutter run -d chrome ```
6. have fun ;)## Contributing
Pull requests are welcome! But for major changes, please open an issue first to discuss what you would like to change.