Installation

Install as a global CLI command

$ npm install --global molid

then start Molid anywhere via

$ molid

Be aware that the data directory .molid will be created, where you execute the command.

Install for usage within your Solid app project

$ npm install --save-dev molid

Add a script to your package.json:

{
  "scripts": {
    "molid": "molid"
  }
}

Then start Molid via

$ npm run molid