- MUST READ: Submission requirements
- Entry form template
You can find a very good reference to Github flavoured markdown reference in this cheatsheet. If you want something a bit more WYSIWYG for editing then could use StackEdit which provides a more user friendly interface for generating the Markdown code. Those of you who are VS Code fans can edit/preview directly in that interface too.
Gravity 137
⟹ Write the name of the selected category Module added for XM Cloud
⟹ Write a clear description of your hackathon entry.
- Module Purpose - OOTB sitecore XM CLOUD does not support the Geolocation feature; therefore, the visitor’s region will be identified using Vercel’s geo IP feature as part of the HTTP request header, and the country identified from the header information in the incoming request over vercel.
- What problem was solved (if any) - Solving the geolocation feature in XM cloud which is available OOTB
- How does this module solve it - Using vercels geolocation API
You can alternately paste a link here to a document within this repo containing the description.
⟹ Provide a video highlighing your Hackathon module submission and provide a link to the video. You can use any video hosting, file share or even upload the video to this repository. Just remember to update the link below
⟹ https://youtu.be/xsy1eSF0FB8(#video-link)
⟹ Does your module rely on other Sitecore modules or frameworks?
- List any dependencies - XMCloud vanilla Instance
- Or other modules that must be installed - No
- Or services that must be enabled/configured - No
⟹ Write a short clear step-wise instruction on how to install your module.
_# XM Cloud Starter Kit (Next JS)
-
In an ADMIN terminal:
.\init.ps1 -InitEnv -LicenseXmlPath "C:\path\to\license.xml" -AdminPassword "DesiredAdminPassword"
-
Restart your terminal and run:
.\up.ps1
-
Follow the instructions to deploy to XM Cloud
-
We have added this feature on not founda page
This solution is designed to help developers learn and get started quickly with XMCLoud + SXA.
⟹ If there are any custom configuration that has to be set manually then remember to add all details here.
Remove this subsection if your entry does not require any configuration that is not fully covered in the installation instructions already
⟹ Provide documentation about your module, how do the users use your module, where are things located, what do the icons mean, are there any secret shortcuts etc.
Include screenshots where necessary. You can add images to the ./images
folder and then link to them from your documentation:
You can embed images of different formats too:
And you can embed external images too:
If you'd like to make additional comments that is important for your module entry.