Bumps [validator](https://github.com/validatorjs/validator.js) from 13.5.2 to 13.7.0. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.5.2...13.7.0) --- updated-dependencies: - dependency-name: validator dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This example creates a portal/showcase for a single dataset. The dataset should be a Frictionless dataset (data package) i.e. there should be a datapackage.json.
How to use
npx create next-app -e https://github.com/datopian/portal.js/tree/main/examples/dataset-frictionless
# choose a name for your portal when prompted e.g. your-portal or go with default my-app
# then run it
cd your-portal
yarn #install packages
yarn dev #start app in dev mode
You should see the demo portal running with the example dataset provided:
Use your own dataset
You can try it out with other Frictionless datasets.
In the directory of your portal do:
export PORTAL_DATASET_PATH=/path/to/my/dataset
Then restart the dev server:
yarn dev
Check the portal page and it should have updated e.g. like:
