Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.42 KB

Netlify Status

OpenSIT

All SAP Inside Track recordings in one place.

This repo contains the OpenSIT website, build using Gatsby.js. All content is managed in GraphCMS.

🚀 Quick start

  1. 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
  2. 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.

  3. Give Feedback.

    If you find something that could be improved, please file an issue or submit a pull request!

npm cheat sheet

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

source: https://www.npmjs.com/package/npm-check-updates