A personal knowledge base that allows you to seamlessly store and retrieve information.
mmap.it requires the following dependencies:
- Node.js > 12
- yarn
In development you can quickly get started by following these steps:
- Clone this repo
yarn
yarn start-dev
To transpile the mixpanel client
cd ~/dev/mixpanel
./node_modules/.bin/babel lib -d ./lib/
cp ./lib/* ~/mmap/mmap.it/node_modules/mixpanel/lib/
./node_modules/.bin/babel src -d node_modules/mixpanel/lib
For a production release you will have to take these steps:
- Bump version in
package.json
- x
yarn dist
mmap.it is built and maintained by a small team - we'd love your help fixing bugs and adding features!
mmap.it is license pending