Files
datahub/packages/portal
Rufus Pollock 782e888951 [portal,#59][s]: add the in-progress portal cli.
NB: portal CLI is currently a bit broken (it starts but some errors) as needs a bit more work to refactor for new location in this repo. Have not done all this refactoring as probably bigger changes needed.
2021-03-07 23:00:33 +01:00
..

Present a (Frictionless) dataset for viewing and exploration.

Install

Git clone then:

yarn install

Usage

In this directory:

export PORTAL_DATASET_PATH=/path/to/my/dataset
yarn dev

And you will get a nice dataset page at http://localhost:3000