Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiph/progress_bar
https://github.com/filiph/progress_bar
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/filiph/progress_bar
- Owner: filiph
- Created: 2015-05-05T07:21:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T19:49:48.000Z (over 1 year ago)
- Last Synced: 2024-12-30T05:35:39.463Z (8 days ago)
- Language: JavaScript
- Size: 25 MB
- Stars: 27
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend instructions
To build the ancient `frontend/`, [download Dart 2.0](https://dart.dev/get-dart/archive) and use it for `pub get` and then:
```sh
cd frontend
pub run build_runner build --release -o web:../gae/static_dart_build
```## Backend instructions
We are still on Python 2.7, and we are using old versions of Mastodon, pytz, dateutil, and decorator downloaded from https://pypi.org/.
### Deployment
Go to `gae/` and run
```sh
gcloud app --project progressbarserver deploy
```If you change the `gae/cron.yaml` file, you have to specifically deploy that:
```sh
gcloud app --project progressbarserver deploy cron.yaml
```