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