https://github.com/omnidotdev/runa-api
🌙 Lunar plans, stellar execution (Runa API)
https://github.com/omnidotdev/runa-api
agile community foss kanban mit open-source project-management workflow
Last synced: 2 months ago
JSON representation
🌙 Lunar plans, stellar execution (Runa API)
- Host: GitHub
- URL: https://github.com/omnidotdev/runa-api
- Owner: omnidotdev
- License: apache-2.0
- Created: 2025-05-21T21:09:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-04T07:18:50.000Z (2 months ago)
- Last Synced: 2026-04-06T03:37:21.212Z (2 months ago)
- Topics: agile, community, foss, kanban, mit, open-source, project-management, workflow
- Language: TypeScript
- Homepage: https://runa.omni.dev
- Size: 2.69 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🌙 Runa API
Runa is a project management platform.
## Local Development
First, `cp .env.local.template .env.local` and fill in the values. Then, generate TLS certificates by running `bun src/scripts/generateTlsCert.ts`.
### Building and Running
Install dependencies:
```sh
bun install
```
Setup the database (only required once, to create the database):
```sh
bun db:setup
```
Run database migrations:
```sh
bun db:migrate
```
Run the dev server:
```sh
bun run dev
```
## License
The code in this repository is licensed under Apache 2.0, © [Omni LLC](https://omni.dev). See [LICENSE.md](LICENSE.md) for more information.