Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justmiles/justnotes

its just notes. pay no attention to me
https://github.com/justmiles/justnotes

Last synced: 2 months ago
JSON representation

its just notes. pay no attention to me

Awesome Lists containing this project

README

        

## Build

[Install Wails](https://wails.app/gettingstarted/installing/) and run `wails build`

## Development

Run the wails backend

```sh
wails serve
```

In another window, start the frontend

```sh
cd frontend && npm run serve
```