1. Open the Sxc-UI project in Visual studio (so you can run gulp etc.)
  2. Open the snippets-DB in Excel:
    src > sxc-develop > snippets.xlsx
  3. Make your changes using to the Snippets conventions
  4. Run this gulp to generate the JSON from excel (you must close the excel when you run the gulp): "C-snippets-build"
    this will update the snippets.json file in the dist folder of sxc-ui
  5. Publish the changes to your 2sxc dev using gulp: B-watch-publish-to-2sxc
  6. Test
  7. Deploy