An app created to help you stay sober.
I created this app for a local community organisation to help people struggling with addiction.
Run online via https://sober-since.vercel.app/ or scan the QR code:
You can install the app to your phone or desktop.
I'll make it fully offline eventually.
Requires Node 20+
npm install
npm run start
npm run build
Then serve:
npm install -g serve
serve -s build
