You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the v3 version locally, navigate to the v3 folder and start a local server from the command line.
For example, if you select 8015 as the port number:
cd {yourLocalDrive}/brainchop/v3
python -m http.server 8015
Then, open your browser and go to the following URL:
http://localhost:8015/
Thank you for your reply, thank you for everything you do. I want to know if I can view the DICOM project content at https://brainchop.org/, and I can currently draw, but I don't seem to have found a place to export the content I draw.
I cloned it and then run npm install and npm run dev, and it successfully started up like https://brainchop.org/, but how can I make it like https://brainchop.org/v3/? I tried to access http://localhost:3000/v3, but the expected interface was not displayed.
And I tried to drag a dcm_0010000001.IMA file to https://brainchop.org/v3/, and it was displayed normally. Can it support selective viewing?
The text was updated successfully, but these errors were encountered: