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 installcp .env.example .envbun run db:migratebun run dev:client
bun run dev:server