getting started

master
Niko PLP 2 weeks ago
parent 79c443b1fe
commit 83e859f19d
  1. 19
      src/pages/en/framework/getting-started.md

@ -12,7 +12,7 @@ For now we support JS, TS, and React. Svelte will come soon.
More details and a tutorial will be available here in the coming days, in the meanwhile, you can see the [README of our npm package](https://www.npmjs.com/package/nextgraphweb). We also have created a [demo app in React](https://git.nextgraph.org/NextGraph/nextgraph-rs/src/branch/master/ng-sdk-js/example-webapp-react), that you can use as an example. More details and a tutorial will be available here in the coming days, in the meanwhile, you can see the [README of our npm package](https://www.npmjs.com/package/nextgraphweb). We also have created a [demo app in React](https://git.nextgraph.org/NextGraph/nextgraph-rs/src/branch/master/ng-sdk-js/example-webapp-react), that you can use as an example.
If you want to test this demo app, it is available at [localfirstapp.eu](https://localfirstapp.eu) you will need to first create a wallet at [nextgraph.eu](https://nextgraph.eu). You will need to first create a wallet at [nextgraph.eu](https://nextgraph.eu).
You can read more about our framework and what it does or will offer, in the [following sections](/en/framework/data-first). You can read more about our framework and what it does or will offer, in the [following sections](/en/framework/data-first).
@ -21,3 +21,20 @@ If you have questions or want to get in touch with us, the simplest way is to jo
For bug reports, please create an account and submit a new issue in our [Gitea instance](https://git.nextgraph.org/NextGraph). For bug reports, please create an account and submit a new issue in our [Gitea instance](https://git.nextgraph.org/NextGraph).
Stay tuned by subscribing to our [newsletter](https://list.nextgraph.org/subscription/form). Stay tuned by subscribing to our [newsletter](https://list.nextgraph.org/subscription/form).
## Getting started with Vite + React + LDO
```
npm create vite@latest
cd [project_name]
npm install
npx @ldo/cli init
npm run dev
```
### Defining the schema with a SHEX shape
```
npm run build:ldo
```

Loading…
Cancel
Save