Open Josipmrden opened 1 year ago
Did you have a look at https://github.com/memgraph/orb#development or run install/build/serve
instinctively?
The suggestion makes sense -> npm run build
to both build and pack the library.
Interesting, I thought it was like that in the development section (which I obviously hadn't followed, and it yields the correct results).
I executed
Expected I get examples page from which I can browse graphs
Actual I get 404 not found
Potential resolve Add to package.json -> scripts -> build ->
tsc && webpack
, not justtsc