aribornstein / CoRefi

A embed able annotation tool for end to end cross document co-reference
MIT License
41 stars 8 forks source link

Description of installation process for non-techy people? #86

Closed teabag12 closed 1 year ago

teabag12 commented 1 year ago

As this is supposed to be an easy-to-use tool, more detailed instructions on how to install it would be very helpful. Personally, I struggle with running the application after (hopefully successfully) installing it on Ubuntu 22.04. The suggested command "npm run --serve" returns the following:

Lifecycle scripts included in cdc-annotation-tool@0.1.0: test jest

available via npm run-script: serve vue-cli-service serve build vue-cli-service build --mode production --target wc --name co-refi ./src/App.vue lint vue-cli-service lint test:watch jest --watchAll

I don't really know what to make out of this. Any help would be very much appreciated. Thank you!

teabag12 commented 1 year ago

I could solve it myself. It was a mere syntax problem. The command you suggested ("npm run --serve") needs to be replaced with: "npm run serve"