Reddit clone
Find a file
2025-08-05 15:26:29 +02:00
db feat: auth system 2025-08-05 12:39:50 +02:00
src feat: add a way to reset password 2025-08-05 15:26:29 +02:00
static chore: init 2025-08-04 14:28:10 +02:00
.gitignore chore: init 2025-08-04 14:28:10 +02:00
.npmrc chore: init 2025-08-04 14:28:10 +02:00
.prettierignore chore: init 2025-08-04 14:28:10 +02:00
.prettierrc chore: init 2025-08-04 14:28:10 +02:00
components.json feat: add shadcn-svelte 2025-08-04 15:25:17 +02:00
eslint.config.js chore: init 2025-08-04 14:28:10 +02:00
package.json feat: auth system 2025-08-05 12:39:50 +02:00
pnpm-lock.yaml feat: auth system 2025-08-05 12:39:50 +02:00
README.md feat: add a way to reset password 2025-08-05 15:26:29 +02:00
svelte.config.js chore: init 2025-08-04 14:28:10 +02:00
tsconfig.json chore: init 2025-08-04 14:28:10 +02:00
vite.config.ts chore: init 2025-08-04 14:28:10 +02:00

heddit

Another reddit clone to train me.

Developing

Sveltekit

pnpm run dev

Pocketbase

pnpm run db_dev

SMTP Server

docker run --rm -it -p 5000:80 -p 2525:25 rnwood/smtp4dev

Building

pnpm run build