Web application for exploring treebanks in 3D.
https://apps.perseids.org/treebank-vr/
yarn install
yarn start
Before creating a production build you need to know the path where it will be accessed.
Then run the command PUBLIC_URL='./path/of/app' yarn build
.
This will generate a set of static files in the build/
directory that you can serve.
For example, if you want to deploy it at www.example.com/
then run PUBLIC_URL='./' yarn build
.
If you want to deploy it at www.example.com/vr
then run
PUBLIC_URL='./vr' yarn build
.
yarn test
(Note: docker
and docker-compose
are required)
yarn lint
yarn deploy
yarn deploy-perseids