This repo contains both the starter kit with content items and required configuration files.
This kit can be used to complete the official tutorial and to kick off a new project. There are minimal dependencies in this kit, and not functional components.
- Sitecore 9.0.2 - 10.x instance.
- "Uniform for Sitecore" installed and configured on your Sitecore instance. Check out the docs.
- Install the Sitecore package with items from
/sitecore/App_Data/packages
folder. - Deploy the configs from
/sitecore/App_Config
folder to your Sitecore instance'sApp_Config
folder (the subfolder structure should match).
Check out official docs for more scenarios and tutorial.
- Configure
.env
file according to your environment specifics (see.env-example
file). npm install
- Add
NPM_TOKEN
environment variable with the value we provided you with. npm run start
to start the SSR server.npm run export:deploy
to run static expor.
Note: Remove or update the robots.txt
if you going to use this kit in production