[#1118,docs/portaljs][s

This commit is contained in:
Rufus Pollock
2024-06-09 11:22:25 +02:00
committed by GitHub
parent 5deabac5fe
commit 3f19ca16ed

View File

@@ -3,9 +3,9 @@ title: Getting Started
description: 'Getting started guide and tutorial about data portal-building with PortalJS!' description: 'Getting started guide and tutorial about data portal-building with PortalJS!'
--- ---
Welcome to the PortalJS documentation! Welcome to the DataHub PortalJS documentation!
If you have questions about anything related to PortalJS, you're always welcome to ask our community on [GitHub Discussions](https://github.com/datopian/portaljs/discussions) or on [our chat channel on Discord](https://discord.gg/EeyfGrGu4U). If you have questions about anything related to PortalJS, you're always welcome to ask our community on [GitHub Discussions](https://github.com/datopian/datahub/discussions) or on [our chat channel on Discord](https://discord.com/invite/KrRzMKU).
## Setup ## Setup
@@ -16,10 +16,10 @@ If you have questions about anything related to PortalJS, you're always welcome
### Create a PortalJS app ### Create a PortalJS app
To create a PortalJS app, open your terminal, cd into the directory youd like to create the app in, and run the following command: To create a DataHub PortalJS app, open your terminal, cd into the directory youd like to create the app in, and run the following command:
```bash ```bash
npx create-next-app my-data-portal --example https://github.com/datopian/portaljs/tree/main/examples/learn npx create-next-app my-data-portal --example https://github.com/datopian/datahub/tree/main/examples/learn
``` ```
> [!tip] > [!tip]