chore(svelte): update readme

This commit is contained in:
moklick
2023-06-13 17:45:37 +02:00
parent b6d16913f7
commit 1638f641aa

View File

@@ -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:
<MiniMap />
</SvelteFlow>
```
## 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.