Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdepip/mmap.it
Map knowledge into memory with a shortcut driven note taking app
https://github.com/pdepip/mmap.it
Last synced: 2 days ago
JSON representation
Map knowledge into memory with a shortcut driven note taking app
- Host: GitHub
- URL: https://github.com/pdepip/mmap.it
- Owner: pdepip
- License: other
- Created: 2019-10-25T15:56:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T14:57:25.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T11:09:38.732Z (3 months ago)
- Language: TypeScript
- Homepage: https://mmap.it
- Size: 2.39 MB
- Stars: 141
- Watchers: 4
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mmap.it
A personal knowledge base to seamlessly store and retrieve information.
Try out mmap.it at www.mmap.it.
This is the source code that runs [**mmap.it**](https://mmap.it) and all the associated services.
## Installation
mmap.it requires the following dependencies:
- Node.js >= 12
- yarn### Development
In development you can quickly get started by following these steps:
1. Clone this repo
2. `yarn`
3. `yarn start-dev`### Production
For a production installation these are the suggested steps:
1. Clone thhis repo and install dependencies with `yarn` or `npm install`
2. Bump the version number in package.json
3. Build and package the application with `yarn dist`## Contributing
mmap.it is built and maintained by a small team - we'd love your help fixing bugs and adding features!
## License
mmap.it is [BSL 1.1 licensed](https://github.com/pdepip/mmap.it/blob/master/LICENSE).