A full-text transcription web app, written for the Tate Britain.
To install, clone the repo and run npm install
To develop locally, run gulp dev
. Your browser will automatically be opened and directed to the browser-sync proxy address, and the server will serve files from the /build
directory. Any changes in the /app
directory will be automatically processed by Gulp, and the changes injected to any open browsers pointed at the proxy address.
To prepare assets for production, run the gulp prod
task (Note: the production task does not fire up the Express server).
To deploy to preview.zooniverse.org/transcribe, run make deploy-preview
- AngularJS
- Gulp
- Browserify
- Stylus
- Nib
- Bootstrap
- Alpha version - as of 5c954ca
- Data aggregation algorithm by ggdhines