We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5d5f9 commit 9d079e9Copy full SHA for 9d079e9
README.md
@@ -29,13 +29,11 @@ npm run dev
29
```
30
31
## Building the app
32
-To build the app, run the following command:
33
-
34
-```bash
35
-pyinstaller --onefile --noconsole --icon=favicon.ico flow.pyw
+To build the app, run the following vs code task (reccomended):
36
37
-The executable will be in the `dist` folder.
38
+Build App
+```
+The executable will be in the `dist` folder, along with all required files.
39
40
## Customizing the app:
41
@@ -49,6 +47,8 @@ Links:
49
47
50
48
- [React Flow - Docs](https://reactflow.dev)
51
- [React Flow - Discord](https://discord.com/invite/Bqt6xrs)
+- [Aiohttp - Docs](https://docs.aiohttp.org/en/stable/)
+- [Graphql - Docs](https://graphql.org/learn/)
52
53
Learn:
54
0 commit comments