https://github.com/MicroPad/MicroPad-Core
µPad (MicroPad) is an open digital note taking app
https://github.com/MicroPad/MicroPad-Core
hacktoberfest notebook notepad notes
Last synced: about 1 month ago
JSON representation
µPad (MicroPad) is an open digital note taking app
- Host: GitHub
- URL: https://github.com/MicroPad/MicroPad-Core
- Owner: MicroPad
- License: mpl-2.0
- Created: 2015-03-24T09:44:49.000Z (about 10 years ago)
- Default Branch: next-dev
- Last Pushed: 2025-02-02T01:52:11.000Z (3 months ago)
- Last Synced: 2025-02-02T02:27:13.303Z (3 months ago)
- Topics: hacktoberfest, notebook, notepad, notes
- Language: JavaScript
- Homepage: https://getmicropad.com
- Size: 43.5 MB
- Stars: 237
- Watchers: 6
- Forks: 23
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - MicroPad/MicroPad-Core - µPad (MicroPad) is an open digital note taking app (hacktoberfest)
README
# µ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](https://github.com/orgs/MicroPad/projects) 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:
- [Bun](https://bun.sh/)
- [Node.js](https://nodejs.org/en/)
- [Python 3](https://www.python.org/)### Installing dependencies
```bash
git clone https://github.com/MicroPad/MicroPad-Core.git micropad-core
cd micropad-core/app
bun install
```### Running a dev server
```bash
bun run start
```
### Building for production
```bash
bun run build
```