An open API service indexing awesome lists of open source software.

https://github.com/jamiedavenport/propellant

Open-source task manager alternative
https://github.com/jamiedavenport/propellant

biomejs bun drizzle-orm javascript postgres react typescript

Last synced: 2 months ago
JSON representation

Open-source task manager alternative

Awesome Lists containing this project

README

          

# Propellant

> Propellant is joining [Lucid](https://lucid.jxd.dev)

## Getting Started

```sh
# Install dependencies
bun install

# Start the database
docker compose up -d

# Update the database schema
bun db:push

# Run the development server
bun dev
```