- Make sure you have Node.js and Meilisearch installed on your machine.
- Open "config.json," input the inventory paths you would like to pull from, and set the server info so that it matches your Meilisearch settings.
- Start your Meilisearch instance with the same master key as set in config.json.
- In your terminal, navigate to the directory with "config.json" and run the following commands in order:
npm install- First run only.
npm run pull- Only needed for first run or when entries need to be updated.
npm run start- Starts the Nodejs server.
You can now connect to your server and start searching!
- Marmelspade
- Node.js
- Meilisearch