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 installto install package dependenciesyarn testto run all tests within the repoyarn storybookto open a Storybook viewer athttp://localhost:6006to view components in isolationyarn startto open a staging version of the site athttp://localhost:3000(may need to set uplocal.zooniverse.org:3000to login, instructions)
Docker
docker-compose upto run the development app athttp://localhost:3000and start storybook athttp://localhost:6006docker-compose downto stop the dev containersdocker-compose run --rm dev testto run the tests