/Web

µPad (MicroPad) is an open digital note taking app

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

µ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://github.com/MicroPad/Web micropad-web
cd micropad-web/app
yarn

Running a dev server

yarn start

Building for production

# Not needed to build, but definitely a good idea to make sure these pass
yarn check-syntax
yarn lint
yarn test

# Actually do the build
yarn build