From 1638f641aa7ba10a52a2c2f57c69b0eb8e71cd3a Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 13 Jun 2023 17:45:37 +0200 Subject: [PATCH] chore(svelte): update readme --- packages/svelte/README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/svelte/README.md b/packages/svelte/README.md index c253a1fe..28d79b3e 100644 --- a/packages/svelte/README.md +++ b/packages/svelte/README.md @@ -1,4 +1,4 @@ -# Svelte Flow - alpha +# Svelte Flow (alpha) Svelte Flow is a highly customizable component for building interactive graphs and node-based editors, built by the creators of React Flow. **This package is currently under heavy development and the API is very likely to change.** @@ -75,18 +75,6 @@ A basic flow looks like this: ``` - -## Development - -If you want to check out the current version you need to run the following command from the root directory: - -1. `pnpm install` - install dependencies -2. `pnpm build` - needs to be done once -3. `pnpm dev` - starts dev server - -You can now access the examples under http://127.0.0.1:5173 - - ## How to Contribute **Show us what you make:** Drop it in into our [Discord Server](https://discord.com/invite/Bqt6xrs), [tweet](https://twitter.com/reactflowdev) at us, or email us at info@reactflow.dev @@ -99,6 +87,18 @@ You can now access the examples under http://127.0.0.1:5173 And of course, we love Github stars ⭐ + +## Development + +If you want to check out the current version you need to run the following command from the root directory: + +1. `pnpm install` - install dependencies +2. `pnpm build` - needs to be done once +3. `pnpm dev` - starts dev server + +You can now access the examples under http://127.0.0.1:5173 + + # License Svelte Flow is MIT Licensed. \ No newline at end of file