diff --git a/README.md b/README.md index 2c52de7..52c54bc 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,2 @@ -A simple starter ToDo app template implemented with Next.js & React. -Includes an optional PostgreSQL database. - -Features full TypeScript support, out-of-the-box DB connection, HMR support, and much more! - -- 💻 [Next.js](https://nextjs.org) -- 💿 [PostgreSQL](https://www.postgresql.org) - -## Next.js - -Available at `/`. - -## PostgreSQL - -Available with a VSCode extension ([SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools)) or by CLI. - -### Connect via SQLTools - -1. Open VSCode remote connection to your deployment. -2. Install the [SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools) and [SQLTools PostgreSQL/Redshift Driver](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools-driver-pg) extensions. -3. Open the "SQLTools" tab in the sidebar and click "Strapi". - -### Connect via CLI - -```bash -su postgres -c 'psql' -``` +[Astro](https://astro.build/) is an all-in-one web framework for building fast, content-focused websites. +SSR support with the [Node.js](https://docs.astro.build/en/guides/integrations-guide/node/) adapter is preconfigured.