https://github.com/vyntrix/mubi
😌 Mood tracker built with SvelteKit, Prisma, AuthJS and UnoCSS
https://github.com/vyntrix/mubi
mental-health minimalistic mood mood-tracker sveltekit
Last synced: 7 months ago
JSON representation
😌 Mood tracker built with SvelteKit, Prisma, AuthJS and UnoCSS
- Host: GitHub
- URL: https://github.com/vyntrix/mubi
- Owner: Vyntrix
- License: mit
- Created: 2025-01-04T04:26:14.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-18T20:07:22.000Z (9 months ago)
- Last Synced: 2025-01-21T13:14:11.183Z (9 months ago)
- Topics: mental-health, minimalistic, mood, mood-tracker, sveltekit
- Language: TypeScript
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> ⚠️ This is a work in progress.
## Installation
### Clone the repository
```bash
git clone https://github.com/vyntrix/mubi
```### Install dependencies
```bash
pnpm i
```### Setup env variables
```
cp .env.example .env
```### Push database
```bash
pnpx prisma db push
```### Start app
```bash
pnpm dev
```