Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Map knowledge into memory with a shortcut driven note taking app

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.



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).