[ReadMe][m]: Update portal readme to reflect changes
This commit is contained in:
15
README.md
15
README.md
@@ -42,27 +42,32 @@ Install `yarn`.
|
|||||||
|
|
||||||
Create a demo portal (for a single dataset):
|
Create a demo portal (for a single dataset):
|
||||||
|
|
||||||
```
|
```bash
|
||||||
# note: we have to use `yarn` until #529 is resolved ...
|
npx create next-app -e https://github.com/datopian/portal.js/tree/main/examples/dataset-frictionless
|
||||||
yarn 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
|
# choose a name for your portal when prompted e.g. your-portal or go with default my-app
|
||||||
|
|
||||||
# then run it
|
# then run it
|
||||||
cd your-portal
|
cd your-portal
|
||||||
yarn dev
|
yarn #install packages
|
||||||
|
yarn dev #start app in dev mode
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
You should see the demo portal running.
|
You should see the demo portal running.
|
||||||
|
<img src="./assets/demo.gif" />
|
||||||
|
|
||||||
You can try it out with other Frictionless datasets.
|
You can try it out with other Frictionless datasets.
|
||||||
|
|
||||||
### Check out more of the examples
|
### Check out more of the examples
|
||||||
|
|
||||||
Check out more of the examples on how to create a portal for your dataset or datasets in the [`examples` directory](./examples) e.g.
|
The [`examples` directory](./examples) is regularly updated with different portal examples.
|
||||||
|
|
||||||
* [A portal for a single Frictionless dataset](./examples/dataset-frictionless)
|
* [A portal for a single Frictionless dataset](./examples/dataset-frictionless)
|
||||||
* [A portal with a CKAN backend](./examples/catalog)
|
* [A portal with a CKAN backend](./examples/catalog)
|
||||||
|
|
||||||
|
## Deploying portal build to github pages
|
||||||
|
* [Deploying single frictionless dataset to Github]("./scripts/README.md")
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Appendix: What happened to Recline?
|
# Appendix: What happened to Recline?
|
||||||
|
|||||||
BIN
assets/demo.gif
Normal file
BIN
assets/demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 MiB |
Reference in New Issue
Block a user