zorko-io / zorko

An online community to share, find and build vega visualizations
https://beta.zorko.io
MIT License
1 stars 0 forks source link

Zorko

An infrastructure for community to share, find and build vega visualizations

Installation

Preparation

npm install

Start Server

Load Seeds

Do it once

cd ./packages/zorko-api-server
npm run seeds-to-preview
npm run seeds-to-db

Start API server

npm run dev:server

Start Client

npm run dev:client