An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![image](https://github.com/user-attachments/assets/12bbde68-cf4e-45db-a189-7aff70ecb492)

> ⚠️ 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
```