Personal project for ollama web ui.
This project is still a work in progress and the code is currently just a proof of concept.
Create a .env by copying .env.example and add your own values as needed:
cp .env.example .envInstall Dependencies:
npm installBuild:
npm run buildRun with:
npm run start