https://github.com/palmiak/statamicrest
Example showing how to use Astro together with headless Statamic.
https://github.com/palmiak/statamicrest
astro rest-api statamic
Last synced: 6 months ago
JSON representation
Example showing how to use Astro together with headless Statamic.
- Host: GitHub
- URL: https://github.com/palmiak/statamicrest
- Owner: palmiak
- Created: 2022-09-01T10:03:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T10:14:12.000Z (over 3 years ago)
- Last Synced: 2025-02-10T15:50:48.142Z (about 1 year ago)
- Topics: astro, rest-api, statamic
- Language: Astro
- Homepage: https://buddy.works/guides/statamic-rest-api
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://buddy.works/guides/statamic-rest-api)
# How to connect headless Statamic with Astro
This is a repository used in this [guide](https://buddy.works/guides/statamic-rest-api).
## Instalation
1. Fill out the `.env.example` file and change it's name to `.env`.
2. Run
```bash
npm install
npm run build
```
## Related links
- [Astro](https://astro.build)
- [Deploying Astro using Buddy](https://docs.astro.build/en/guides/deploy/buddy/)
- [Statamic](https://statamic.com/)
- [Astro's Basics](https://buddy.works/guides/introduction-to-astro)
- [Introduction to Statamic](https://buddy.works/guides/introduction-to-statamic)