This is just a stub to show how you can create a basic visualization plugin.
Prerequisites:
- Docker
- Docker sync (http://docker-sync.io/)
To work with this plugin start the container:
$ docker-sync-stack start
The first time might take some time as all the files are being copied over, so wait until you are sure the server is up and running before proceeding
Once the container is running (docker ps
) you can access it on:
$ docker-compose exec dev sh
$ yarn install --frozen-lockfile
$ yarn watch
$ docker-compose exec dev sh
$ yarn build
$ yarn test
$ yarn test -u # regenerate snapshots
Run dev server (http://localhost:6060)
$ yarn rcl:server
Generate rcl component
$ yarn plop:rcl