Skip to content

Astro is an all-in-one web framework for building fast, content-focused websites.

Notifications You must be signed in to change notification settings

diploi/astro-template

Repository files navigation

Astro is an all-in-one web framework for building fast, content-focused websites. SSR support with the Node.js adapter is preconfigured.

PostgreSQL

You can optionally add a PostgreSQL DB to your project.

Connect via CLI:

psql "postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST:$POSTGRES_PORT/$POSTGRES_DB"