Decision support for the interpretation of urine test results for medical professionals. Mostly intended for GP practices. But it's for anyone interested. No judgement if you just like looking at pee.
Find the latest version at www.urinest.rip
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewThe project is licensed under the GNU General Public License v3.0