Skip to content

mmb-irb/3drs_client

Repository files navigation

CITATION.cff

3-dimensional structure Representation Sharing

This is the front-end of the 3-dimensional structure Representation Sharing (3dRS) web application.

3dRS

Config

As this Vue project has been configured to use history mode, an additional .htaccess file must be added to the root folder (e.g. replacing RewriteBase / with RewriteBase /name-of-your-subfolder/, where /name-of-your-subfolder/ is the folder in the server)

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteRule ^index\.html$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . /index.html [L]
</IfModule>

Links

Visit the official website

Visit the official documentation

Credits

Genís Bayarri, Adam Hospital.

Copyright & licensing

This software has been developed by the MMB group at the IRB Barcelona.

© 2021 Institute for Research in Biomedicine

Licensed under the Apache License 2.0.

About

3D representation sharing client. Developed for MMB (IRB Barcelona)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published