Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 9 years ago)
- Default Branch: next-dev
- Last Pushed: 2024-08-14T02:37:56.000Z (3 months ago)
- Last Synced: 2024-08-14T06:22:45.848Z (3 months ago)
- Topics: hacktoberfest, notebook, notepad, notes
- Language: JavaScript
- Homepage: https://getmicropad.com
- Size: 43.5 MB
- Stars: 233
- Watchers: 6
- Forks: 22
- 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
```