forked from withastro/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sitecore XM CMS guide (withastro#6164)
Co-authored-by: Sarah Rainsberger <[email protected]>
- Loading branch information
1 parent
f9bed08
commit d786b41
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Sitecore Experience Manager & Astro | ||
description: Add content to your project using Sitecore as your CMS. | ||
type: cms | ||
stub: true | ||
service: Sitecore XM | ||
i18nReady: true | ||
--- | ||
|
||
[Sitecore Experience Manager (XM)](https://www.sitecore.com/products/experience-manager) is an enterprise-level content management system built on ASP.NET. | ||
|
||
## Getting started | ||
|
||
1. [Create a Sitecore Headless website](https://doc.sitecore.com/xp/en/developers/sxa/103/sitecore-experience-accelerator/create-a-headless-tenant-and-site.html) following Sitcore's official documentation. | ||
2. Run the following project initialization command in your terminal: | ||
```shell | ||
npx @astro-sitecore-jss/create-astro-sitecore-jss@latest | ||
``` | ||
3. Follow the instructions in the terminal to create your project. | ||
|
||
## Community Resources | ||
|
||
- [Sitecore JavaScript Software Development Kit for Astro](https://github.com/exdst/jss-astro-public) on GitHub | ||
- [Introduction to Sitecore with Astro](https://exdst.com/posts/20231002-sitecore-astro) | ||
- [Starting Your First Sitecore Astro Project](https://exdst.com/posts/20240103-first-sitecore-astro-project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters