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
- Host: GitHub
- URL: https://github.com/jamiedavenport/propellant
- Owner: jamiedavenport
- Created: 2025-10-27T19:15:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-02-09T20:54:11.000Z (4 months ago)
- Last Synced: 2026-02-10T00:17:09.248Z (4 months ago)
- Topics: biomejs, bun, drizzle-orm, javascript, postgres, react, typescript
- Language: TypeScript
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```