https://github.com/dylanlott/overlord
a starcraft build tracker, organizer, and explorer.
https://github.com/dylanlott/overlord
organizer starcraft starcraft2
Last synced: 7 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:27:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T01:29:47.321Z (8 months 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`