Skip to content

A front end tool allowing reviewing and editing of Zooniverse transcription data.

License

Notifications You must be signed in to change notification settings

snblickhan/text-editor

 
 

Repository files navigation

ALICE

Aggregate Line Inspector / Collaborative Editor
A front end tool allowing reviewing and editing of Zooniverse transcription data.

Coverage Status

Production: https://alice.zooniverse.org
Staging: https://alice.preview.zooniverse.org

Please refer to the wiki for more detailed information.

Status

This project is currently in beta testing.

Getting Started

This project uses Yarn or Docker to get the app up and running

Yarn

  • yarn install to install package dependencies
  • yarn test to run all tests within the repo
  • yarn storybook to open a Storybook viewer at http://localhost:6006 to view components in isolation
  • yarn start to open a staging version of the site at http://localhost:3000 (may need to set up local.zooniverse.org:3000 to login, instructions)

Docker

  • docker-compose up to run the development app at http://localhost:3000 and start storybook at http://localhost:6006
  • docker-compose down to stop the dev containers
  • docker-compose run --rm dev test to run the tests

About

A front end tool allowing reviewing and editing of Zooniverse transcription data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%