From d84018c7871dd9ca9fb453ce3996065e8d8cdfd6 Mon Sep 17 00:00:00 2001 From: toqvist Date: Mon, 11 Mar 2024 16:23:55 +0100 Subject: [PATCH] Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e85ed28..948cea6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# TurboPress starter +## About +This project was bootstrapped with a [turbopress](https://github.com/turbopress/turbopress) -This is a starter Astro + Payload CMS project using Turborepo. +### Useful docs +- [Astro docs: Integrating with PayloadCMS](https://docs.astro.build/en/guides/cms/payload/) +- [Astro docs: Deployment and SSR adapters](https://docs.astro.build/en/guides/deploy/) +- [Astro docs: On demand rendering adapters](https://docs.astro.build/en/guides/server-side-rendering/) ## Why Astro? @@ -65,4 +69,4 @@ Then, you can import the types easily as simple as ```ts import type { User } from "@turbopress/api/types"; -``` +``` \ No newline at end of file