All SAP Inside Track recordings in one place.
This repo contains the OpenSIT website, build using Gatsby.js. All content is managed in GraphCMS.
-
Start developing.
Make sure to setup your Gatsby.js dev environment e.g. using this guide. Fork the repo and start it up.
cd opensit/ gatsby develop
-
Open the source code and start editing!
The site is now running at
http://localhost:8000
!Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying this website's data. Learn more about using this tool in the Gatsby tutorial. -
Give Feedback.
If you find something that could be improved, please file an issue or submit a pull request!
Update packages to latest compatible version
npm update
Bump package dependencies to latest version
npx npm-check-updates -u
Bump package dependencies to latest minor version
npx npm-check-updates -u --target minor