Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apostrophecms/astro-frontend
Astro demo project
https://github.com/apostrophecms/astro-frontend
Last synced: about 2 months ago
JSON representation
Astro demo project
- Host: GitHub
- URL: https://github.com/apostrophecms/astro-frontend
- Owner: apostrophecms
- Created: 2023-10-19T19:51:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T08:13:21.000Z (10 months ago)
- Last Synced: 2024-04-14T22:47:45.758Z (9 months ago)
- Language: Astro
- Size: 624 KB
- Stars: 2
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apostrophecms/astro-frontend
This is an Astro-based website, with editable content powered by ApostropheCMS.
To complete your project, you will need to fork *two* repositories:
this one (the starting point for your Astro project), and the
[`apostrophecms/starter-kit-astro`](https://github.com/apostrophecms/starter-kit-astro)
project to power content editing, store your content, handle media uploads and
provide a complete and user-friendly on-page editing experience. This kind of
side-by-side development separating the "front end" or "front for back" (Astro)
from the content management system (ApostropheCMS) is common when working with
Astro.Please see the [`@apostrophecms/apostrophe-astro`](https://github.com/apostrophecms/apostrophe-astro) documentation
for complete information about how to get started with this project.