From da7bb6734e02d2541d81e779eb2427c57e489947 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 23 Jan 2024 19:05:37 -0800 Subject: [PATCH] up --- www/src/assets/quickstart.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/src/assets/quickstart.sh b/www/src/assets/quickstart.sh index ab6560f9..4d6d9be1 100644 --- a/www/src/assets/quickstart.sh +++ b/www/src/assets/quickstart.sh @@ -2,4 +2,8 @@ npm create astro@latest # Create Empty Install with standard typescript # Then Delete entire 'pages' folder under '/src/' -npx astro add @matthiesenxyz/astro-ghostcms \ No newline at end of file +npx astro add @matthiesenxyz/astro-ghostcms +# Then Create the following environment variables in .env +# Tip: Set these to YOUR GhostCMS server to pull your content! +CONTENT_API_KEY=a33da3965a3a9fb2c6b3f63b48 +CONTENT_API_URL=https://ghostdemo.matthiesen.xyz \ No newline at end of file