Skip to content

coreseekdev/Web

 
 

µ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

About

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

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.7%
  • TypeScript 16.9%
  • CSS 4.0%
  • HTML 1.4%