Skip to content

Quadranto relaunch on the web. Organize your projects with the Eisenhower matrix.

Notifications You must be signed in to change notification settings

florivdg/quadranto-cloud

Repository files navigation

quadranto.cloud

Powered by Astro. Uses bun.

Developement Setup

  1. Run the following command to start a local postgres container:
docker compose -f docker-compose.dev.yaml up -d
  1. Run migrations to create the initial database schema:
bunx drizzle-kit migrate
  1. Now run the dev server (which uses native Bun):
bun --bun run dev

Migrations

See Drizzle Docs

Upgrading in Production

  1. Pull latest docker image:
docker pull ghcr.io/quadranto/quadranto.cloud:latest
# or
docker compose pull app
  1. Run Drizzle migrations within production container, if needed:
bunx drizzle-kit migrate

About

Quadranto relaunch on the web. Organize your projects with the Eisenhower matrix.

Resources

Stars

Watchers

Forks

Packages