Back to Withastro

Sitecore Experience Manager & Astro

src/content/docs/en/guides/cms/sitecore.mdx

latest1014 B
Original Source

import { Steps } from '@astrojs/starlight/components';

Sitecore Experience Manager (XM) is an enterprise-level content management system built on ASP.NET.

Getting started

<Steps> 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 Sitecore's official documentation.
  1. Run the following project initialization command in your terminal:

    shell
    npx @astro-sitecore-jss/create-astro-sitecore-jss@latest
    
  2. Follow the instructions in the terminal to create your project.

    </Steps>

Community Resources