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-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
The project is licensed under the GNU General Public License v3.0