Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaseconey/dash
https://github.com/chaseconey/dash
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaseconey/dash
- Owner: chaseconey
- Created: 2013-08-28T23:42:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T01:58:24.000Z (about 11 years ago)
- Last Synced: 2024-11-13T20:42:13.521Z (2 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Dash
Simple dash app that allows me to quickly create hashed passwords and manage MySQL connections for dev instances. Also has built in task management for projects.
It is written completely in Angular and uses local-storage to persist the data in the browser.
#### To Build
* `git clone` the repo
* Navigate to the repository folder
* `grunt build` if you want to host the static files somewhere
* `grunt server` if you want to host locally on port 8000