Skip to content

VVH/AnnoTate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnnoTate

A full-text transcription web app, written for the Tate Britain.


Commands

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


Built using:

  • AngularJS
  • Gulp
  • Browserify
  • Stylus
  • Nib
  • Bootstrap

Conventions

Related links

About

Full text transcription app for Tate Britain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.3%
  • HTML 17.2%
  • CSS 12.5%