IMPORTANT: Work on Visualisation Lab continues in visualisation-lab so this repo has been discontinued except for experimentation.
git clone https://github.com/theWebalyst/svelte-rdf-vis
svelte-rdf-vis
cd svelte-rdf-vis
Install the dependencies...
cd svelte-rdf-vis
yarn
...then start webpack:
yarn dev
Navigate to localhost:8080. You should see each component produce output in the browser (and the browser console). Edit a component file in src
, save it, and the page should reload with your changes.
With now
Install now
if you haven't already:
yarn global add now
Then, from within your project folder:
now
As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.
With surge
Install surge
if you haven't already:
yarn global add surge
Then, from within your project folder:
yarn build
surge public
License: GPLv3 (see LICENSE)