µ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:
- Yarn classic
- Node.js
- Rust and Cargo
- Python 3
wasm-bindgen
Installing dependencies
git clone https://github.com/MicroPad/Web micropad-web
cd micropad-web/app
yarnRunning a dev server
yarn startBuilding for production
yarn build