Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 724 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 724 Bytes

µPad

µPad is an open digital note-taking app.

Try it today at https://web.getmicropad.com

What's going on with development?

There are a couple GitHub Project boards with what's in development. That board would also be a great place to look for cases to contribute to.

Building MicroPad

You will need the following:

Installing dependencies

git clone https:/MicroPad/MicroPad-Core.git micropad-core
cd micropad-core/app
bun install

Running a dev server

bun run start

Building for production

bun run build