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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T13:24:54.000Z (over 2 years ago)
- Last Synced: 2025-04-13T02:28:54.420Z (3 months ago)
- Language: Go
- Size: 4.21 MB
- Stars: 17
- Watchers: 4
- 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
```