Update README
This commit is contained in:
parent
3a0b940bd4
commit
d84018c787
10
README.md
10
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?
|
## Why Astro?
|
||||||
|
|
||||||
@ -65,4 +69,4 @@ Then, you can import the types easily as simple as
|
|||||||
|
|
||||||
```ts
|
```ts
|
||||||
import type { User } from "@turbopress/api/types";
|
import type { User } from "@turbopress/api/types";
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user