From 83e859f19d3640ed6adb41b8faeff45630158b3d Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 25 May 2025 11:10:03 +0300 Subject: [PATCH] getting started --- src/pages/en/framework/getting-started.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/pages/en/framework/getting-started.md b/src/pages/en/framework/getting-started.md index 2c09c1c..a78a667 100644 --- a/src/pages/en/framework/getting-started.md +++ b/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. -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). @@ -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). 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 +``` +