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