Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steadicat/doxcart
https://github.com/steadicat/doxcart
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steadicat/doxcart
- Owner: steadicat
- Created: 2014-07-04T15:34:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T03:07:47.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T21:28:14.322Z (2 months ago)
- Language: JavaScript
- Homepage: http://doxcart.com/
- Size: 782 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: history/history.go
Awesome Lists containing this project
README
# Doxcart
## Contributing
**Warning**: licensing and copyright ownership of contributions is still TBD.
### Install the Go App Engine SDK
$ brew install go-app-engine-64
$ brew link go-app-engine-64### Fetch the dependency
$ goapp get github.com/mjibson/appstats
### Create config module
The `config` module contains the secret keys and therefore is not included in the repo. You can copy the sample file. It contains bogus keys, but it should still work unless you're interacting with Dropbox (in which case you should obtain the real keys).
$ cp config/config.go.sample config/config.go
### Start the JS preprocessing script
$ brew install npm
$ sudo npm install -g gulp
$ npm install
$ gulp### Start your engine
$ goapp serve