Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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.