* What we have is a nextjs app for displaying a single dataset (+ tests, +fixtures etc) * Also included are relevant generic components (e.g. a Chart and Table view) and some utilities for loading (Frictionless) datasets * Not include (but to come) is the command line app
23 lines
315 B
Markdown
23 lines
315 B
Markdown
Present a (Frictionless) dataset for viewing and exploration.
|
|
|
|
## Install
|
|
|
|
Git clone then:
|
|
|
|
```
|
|
yarn install
|
|
```
|
|
|
|
## Usage
|
|
|
|
In this directory:
|
|
|
|
```bash
|
|
export PORTAL_DATASET_PATH=/path/to/my/dataset
|
|
yarn dev
|
|
```
|
|
|
|
And you will get a nice dataset page at `http://localhost:3000`
|
|
|
|

|