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/packagesfolder.
- Deploy the configs from /sitecore/App_Configfolder to your Sitecore instance'sApp_Configfolder (the subfolder structure should match).
Check out official docs for more scenarios and tutorial.
- Configure .envfile according to your environment specifics (see.env-examplefile).
- npm install
- Add NPM_TOKENenvironment variable with the value we provided you with.
- npm run startto start the SSR server.
- npm run export:deployto run static expor.
Note: Remove or update the robots.txt if you going to use this kit in production