https://github.com/datagrove/datagrove_dart
https://github.com/datagrove/datagrove_dart
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/datagrove/datagrove_dart
- Owner: datagrove
- Created: 2022-08-30T03:36:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T17:44:36.000Z (over 3 years ago)
- Last Synced: 2025-04-02T16:50:36.868Z (about 1 year ago)
- Language: JavaScript
- Size: 29 MB
- Stars: 0
- Watchers: 2
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
This is debugged in 3 different windows
- gui is the front end, its in flutter with some web views and typescript.
- editor is the typescript component based on prosemirror served with vite. Start this with ``` npm run dev```
- dart back end; will be compiled with dart2js and used as worker, but for ease of debugging I run it as a websocket server. In visual studio code you can run worker/test_server.dart to debug.