This project is a Elysia + Solidjs App. The project is configured to use the ESLint linter and Prettier code formatter and follows the StandardJS code style. The project is configured to use Drizzle as an ORM and PostgreSQL as a database.
bun install
cp .env.example .env
bun run db:migrate
bun run dev:client
bun run dev:server