An application to demonstrate features of TMDET Extension.
(see src/extensions/tmdet
for more details)
$ npm run build-tm
$ cp -vuR data/tmdet-example-annotations build/tm-viewer/tmdet-data
'data/tmdet-example-annotations' -> 'build/tm-viewer/tmdet-data'
'data/tmdet-example-annotations/1afo.json' -> 'build/tm-viewer/tmdet-data/1afo.json'
'data/tmdet-example-annotations/1a0s.json' -> 'build/tm-viewer/tmdet-data/1a0s.json'
'data/tmdet-example-annotations/2atk.json' -> 'build/tm-viewer/tmdet-data/2atk.json'
'data/tmdet-example-annotations/1xl4.json' -> 'build/tm-viewer/tmdet-data/1xl4.json'
'data/tmdet-example-annotations/1xl6.json' -> 'build/tm-viewer/tmdet-data/1xl6.json'
'data/tmdet-example-annotations/4x8a.json' -> 'build/tm-viewer/tmdet-data/4x8a.json'
'data/tmdet-example-annotations/6xvf.json' -> 'build/tm-viewer/tmdet-data/6xvf.json'
$ cd build/tm-viewer
$ npx http-server -a 127.0.0.1 -p 8000
Open http://localhost:8000/
in web browser.
$ npm run watch-tm
Creative Commons Attribution-NonCommercial 4.0 International Public License
Please see the LICENSE file for more details or visit https://creativecommons.org/licenses/by-nc/4.0/.