https://github.com/dylanlott/overlord
a starcraft build tracker, organizer, and explorer.
https://github.com/dylanlott/overlord
organizer starcraft starcraft2
Last synced: about 1 year ago
JSON representation
a starcraft build tracker, organizer, and explorer.
- Host: GitHub
- URL: https://github.com/dylanlott/overlord
- Owner: dylanlott
- Created: 2018-09-10T19:13:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:27:22.000Z (over 3 years ago)
- Last Synced: 2025-01-30T01:29:47.321Z (over 1 year ago)
- Topics: organizer, starcraft, starcraft2
- Language: JavaScript
- Size: 15.8 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scbuilds
========
> a starcraft build tracker, creator, and sharing platform.
## Developing on the Parser
1. Create a virtualenv
`virtualenv parser`
2. Enter the virtualenv `source bin/activate`
3. Run the Flask app
`FLASK_APP=app.py flask run`