Sitecore User Group UK
February 25, 2026 ยท View on GitHub
Now with NextJS!
Wishlist
- Add support for dietary requirements when booking attendance
Getting Started
Local Install
- cd to the project folder, e.g:
C:\Projects\scuguk\src - run:
npm install - run:
npm install --global yarn
Local Development
- run:
yarn prebuildto copy over all the images - run one of the following to start the development server:
yarn dev
Open http://localhost:8000 with your browser to see the Site.
Notes:
- Before you commit a new or updated event, run
yarn buildto generate all the files and thenyarn eventsto generate the socials image. If you're updating an event with new speakers, you will need to delete the old generated event image before rebuilding. - You can use
<p className="alert alert-warning"></p>in theintrofield for a callout block, such as highlighting a change of venue.