jonorthwash / ud-annotatrix

GNU General Public License v3.0
59 stars 49 forks source link

Instructions to run in README outdated #514

Open jzw2 opened 5 months ago

jzw2 commented 5 months ago

The readme says to use npm server and

To run the server, run npm run dev-server in the project directory root, then navigate your browser to localhost:5316. If you would like to deploy your own copy of UD Annotatrix, you could alternately run npm run server.

But it looks like these commands were removed recently, and I'm not sure what the recommended way to run locally is.

ftyers commented 5 months ago

Hi @jzw2, it should just work without a server. You can navigate your browser to file:///home/USERNAME/source/ud-annotatrix/src/client/public/html/annotatrix.html

Let us know if it doesn't work...