Aggregate Line Inspector / Collaborative Editor
A front end tool allowing reviewing and editing of Zooniverse transcription data.
Production: https://alice.zooniverse.org
Staging: https://alice.preview.zooniverse.org
Please refer to the wiki for more detailed information.
This project is currently in beta testing.
This project uses Yarn or Docker to get the app up and running
Yarn
yarn install
to install package dependenciesyarn test
to run all tests within the repoyarn storybook
to open a Storybook viewer athttp://localhost:6006
to view components in isolationyarn start
to open a staging version of the site athttp://localhost:3000
(may need to set uplocal.zooniverse.org:3000
to login, instructions)
Docker
docker-compose up
to run the development app athttp://localhost:3000
and start storybook athttp://localhost:6006
docker-compose down
to stop the dev containersdocker-compose run --rm dev test
to run the tests