Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apostrophecms/starter-kit-astro
An Apostrophe starter kit for projects powered by an Astro frontend. See the matching astro-frontend project (required).
https://github.com/apostrophecms/starter-kit-astro
Last synced: about 2 months ago
JSON representation
An Apostrophe starter kit for projects powered by an Astro frontend. See the matching astro-frontend project (required).
- Host: GitHub
- URL: https://github.com/apostrophecms/starter-kit-astro
- Owner: apostrophecms
- License: mit
- Created: 2023-12-15T17:14:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T14:42:48.000Z (10 months ago)
- Last Synced: 2024-04-14T22:47:46.951Z (9 months ago)
- Language: Shell
- Size: 131 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apostrophe starter kit for Astro integration
This is intended as a starting point for an Apostrophe project with a
separate front end powered by [Astro](https://astro.build/).To complete your project, you will need to fork **both** this project
and our [astro-frontend](https://github.com/apostrophecms/astro-frontend) project.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.Also see the [Apostrophe documentation](https://v3.docs.apostrophecms.org/). Note
that documentation regarding Nunjucks templates, frontend assets, etc. does not
apply when using an Astro front end, because rendering pages becomes the responsibility of
Astro. On the other hand, documentation about schema fields, page types, piece
types, widget types, event handlers and many other topics remains very
relevant 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.