Skip to content

Commit

Permalink
Merge pull request #1200 from rzmk/patch-1
Browse files Browse the repository at this point in the history
[#1181, examples/ckan-ssg][xs]: update example generation command
  • Loading branch information
rufuspollock committed Jul 5, 2024
2 parents bbac495 + e034503 commit 1baebc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ckan-ssg/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is a repo intended to serve as an example of a data catalog that get its data from a CKAN Instance.

```
npx create-next-app <app-name> --example https://github.com/datopian/portaljs/tree/main/examples/ckan-example
npx create-next-app <app-name> --example https://github.com/datopian/datahub/tree/main/examples/ckan-ssg
cd <app-name>
```

Expand All @@ -19,7 +19,7 @@ npm run dev

Congratulations, you now have something similar to this running on `http://localhost:4200`
![](https://media.discordapp.net/attachments/1069718983604977754/1098252297726865408/image.png?width=853&height=461)
If yo go to any one of those pages by clicking on `More info` you will see something similar to this
If you go to any one of those pages by clicking on `More info` you will see something similar to this
![](https://media.discordapp.net/attachments/1069718983604977754/1098252298074988595/image.png?width=853&height=461)

## Deployment
Expand Down

0 comments on commit 1baebc3

Please sign in to comment.