Skip to content

episerver/content-graph-js-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optimizely Content Graph samples

This repository contains the samples for the Content Graph.

Content Graph

Samples

We have the following samples code, please check the README file of each sample for more details.

Prerequisites for building and running the samples

This project uses:

  • Node.js 16.8.1
  • NET6.0
  • SQL Server 2016 Express LocalDB (download here)

Create a release

  1. Update the version in all modules with npm version 1.2.3.
  2. Run npm install in all samples to update their package-lock.json files.
  3. Commit, push, and create PR to main branch.
  4. Create new Github release based of main branch.
  5. Tag version with following format v1.2.3.
  6. Give the release a title and write an optional description.
  7. Publish.

Contributing

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.