Developed in 1 week during the Svelte x AdonisJS Kinoba hackathon I organized from June 10th to June 14th 2024
The purpose here was to discover and learn InertiaJS plugged with Svelte components
Node >= 21
typescript
postgresql
Bun: https://bun.sh/
brew tap oven-sh/bun
brew install bun
psql postgres
CREATE DATABASE db_name;
GRANT ALL PRIVILEGES ON DATABASE db_name TO developer;
./scripts/reset-db
to setup database and seed./scripts/dev
to start development server