https://github.com/tmcw/stickshift-app
Stickshift as a desktop application.
https://github.com/tmcw/stickshift-app
Last synced: over 1 year ago
JSON representation
Stickshift as a desktop application.
- Host: GitHub
- URL: https://github.com/tmcw/stickshift-app
- Owner: tmcw
- Created: 2015-04-25T21:46:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T21:31:23.000Z (over 9 years ago)
- Last Synced: 2025-03-16T01:55:51.489Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/tmcw/stickshift
- Size: 36.1 KB
- Stars: 32
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stickshift App
Stickshift App is [Stickshift](https://github.com/mapbox/stickshift) as a
desktop application.

This uses [electron](http://electron.atom.io/) as a desktop wrapper, and the [mysql](http://npmjs.org/mysql)
and [pg](http://npmjs.org/pg) modules to connect directly to MySQL & Postgres databases.
## Start
Clone this repo, and then
```sh
$ npm install
$ npm start
```