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
last week I tried to install vizceral on the Ubuntu VM and I'm not sure yet what I should do after these steps of the installation guide "Getting started" (from scratch). Below you can see the photo of the current state. But after the "npm run dev" command I don't know what to do...
My question: What ist the next step?
It would be great if someone can help me!
The text was updated successfully, but these errors were encountered:
Hey @jannikkm , I'm not sure what you are trying to do so unsure what the next step would be. npm run dev is used to actively develop the vizceral module itself. If you are trying to make changes to vizceral, the next step would be to npm link the running vizceral module inside your project that is using it so you can see the changes.
If you are just trying to get an example up and running, https://github.com/Netflix/vizceral-example is probably what you are looking for. It provides an example of the vizceral module being used (via vizceral-react in a project. You can either clone that project or just use it as reference for building your own.
Hi @jrsquared, thank you so much for your quick reply and the support!
I've already run the vizceral-example. To the background: I'd like to create my own project with vizceral but the example has a quiet complex structure and I don't know which of these .json and .jsx files I need to implement.
Hi everyone,
last week I tried to install vizceral on the Ubuntu VM and I'm not sure yet what I should do after these steps of the installation guide "Getting started" (from scratch). Below you can see the photo of the current state. But after the "npm run dev" command I don't know what to do...
My question: What ist the next step?
It would be great if someone can help me!
The text was updated successfully, but these errors were encountered: