Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

PlebeianApp/old-plebeian.market

Repository files navigation

#THIS IS OLD AND WILL BE ARCHIVED / DELETED

Plebeian.market

WIP!

In this repo we will develop the new plebeian app.

Development

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!!

Contributing

We use Conventional Commits for our commit messages.

Troubleshooting

If you have problems installing better-sqlite3, try using Node 22.

Contributors