A tiny and modern Markdown notes app written in Vue and TypeScript, which aims to get me something to do in holiday.
Feel free to create an issue or a PR to make this project even better, I really appreciate that because I'm such a lazy homebody.
Also, I'm supposed to make some (lots of) mistakes in the codes. Please let me know or help me fix and correct once you find one.
- Prerequisites:
Go
(At least 1.22.4)Bun
(At least 1.1.20)
- Clone this repo:
git clone https://github.com/uynilo9/note-pie.git
- Install
Wails
CLI:
go install github.com/wailsapp/wails/v2/cmd/wails@latest
- Install dependencies for
Go
:
go mod download
- Run the
dev
command:
wails dev
0.0.3
GNU General Public License v3.0