This repository contains the samples for the Content Graph.
We have the following samples code, please check the README file of each sample for more details.
- Music Festival backend site
- The site is used as backend for two other Music Festival frontend site.
- React JS - Music Festival Decoupled frontend site
- Demonstrates on page editing feature and multiple search functions.
- Next JS - Music Festival Decoupled frontend site
- Demonstrates implementation using Next.js with deployment on the Vercel platform.
- Gatsby - Biographies frontend site
- This sample site is currently not working, it is left there for references purpose and will be updated in the future.
This project uses:
- Node.js 16.8.1
- NET6.0
- SQL Server 2016 Express LocalDB (download here)
- Update the version in all modules with
npm version 1.2.3
. - Run
npm install
in all samples to update their package-lock.json files. - Commit, push, and create PR to
main
branch. - Create new Github release based of
main
branch. - Tag version with following format
v1.2.3
. - Give the release a title and write an optional description.
- Publish.
The easiest way to contribute is to join in with the discussions on Github issues or create new issues with questions, suggestions or any other feedback. If you want to contribute code or documentation, you are more than welcome to create pull-requests, but make sure that you read the contribution page first.