Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justmiles/justnotes
- Owner: justmiles
- Created: 2020-06-04T02:00:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T13:24:54.000Z (over 2 years ago)
- Last Synced: 2024-08-10T18:05:51.252Z (5 months ago)
- Language: Go
- Size: 4.21 MB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```