In this repo we will develop the new plebeian app.
You'll need to have pnpm installed.
Now install the dependencies.
pnpm install
We use Drizzle to interact with the database. Create a new database and apply the migrations.
pnpm db:setup
Now, you can start the development server.
pnpm dev
You're in!
We use Conventional Commits for our commit messages.
If you have problems installing better-sqlite3
, try using Node 22.