https://github.com/stevearc/stevetags
Little website for tagging Dropbox files
https://github.com/stevearc/stevetags
Last synced: about 2 months ago
JSON representation
Little website for tagging Dropbox files
- Host: GitHub
- URL: https://github.com/stevearc/stevetags
- Owner: stevearc
- License: mit
- Created: 2015-05-23T09:06:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T06:08:51.000Z (about 9 years ago)
- Last Synced: 2025-01-03T01:44:34.295Z (about 2 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
Steve Tags
==========Local Development
-----------------
First you need to `install Go `_. We're using an asset
pipeline that I wrote in Go to compile coffeescript and less, and to bundle
everything.Then you need docker (`sudo apt-get install docker.io && sudo adduser $USER docker`)
Then you ``./serve_forever.sh``
Deploy
------
You will need some global npm packages```
npm install -g less uglify-js clean-css coffee-script
```