Runa is a project management platform.
First, cp .env.local.template .env.local and fill in the values. Then, generate TLS certificates by running bun src/scripts/generateTlsCert.ts.
Install dependencies:
bun installSetup the database (only required once, to create the database):
bun db:setupRun database migrations:
bun db:migrateRun the dev server:
bun run devThe code in this repository is licensed under MIT, ยฉ Omni LLC. See LICENSE.md for more information.