An open API service indexing awesome lists of open source software.

https://github.com/datagrove/datagrove_dart


https://github.com/datagrove/datagrove_dart

Last synced: about 1 year ago
JSON representation

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.