Welcome to the Astro-ApostropheCMS Project Backend
You are currently viewing the ApostropheCMS backend, used to manage the content for your
project. It supplies the Admin UI and in-context editing functionality. The frontend rendering
of the website is handled by Astro and is delivered from a separate repository.
Astro Frontend Status
Checking Astro frontend status...
Setting up the Astro Frontend Project
To view the complete project, you need to set up and run the Astro frontend. Follow these
steps:
-
Either
fork or
clone the frontend repository:
git clone https://github.com/apostrophecms/astro-frontend.git
- Navigate to the frontend directory:
cd astro-frontend
- Install dependencies:
npm install
-
Export the same
APOS_EXTERNAL_FRONT_KEY environment variable you used to start
the backend
- Start the Astro development server:
npm run dev