Skip to content

How to build solution

Michael Bondarevsky edited this page Aug 26, 2022 · 1 revision

How to build solution

There are two options to build this solution. If you would like to do just small modification (ex: change a title of the app) feel free to use the option #1. If you are going to do deep customization the best way to setup a dev environment locally and use the option #2.

1. How to build this solution using GitHub Actions workflow

  • Fork this repository
  • Go to Actions tab and select Build sppkg and click Run Workflow image
  • Download a ready to use sppkg from release tab in your fork

2. How to build this solution locally

Before following the steps in this article, be sure to Set up your SharePoint Framework development environment

  • Clone this repository
  • Ensure that you are at the solution folder
  • In the command-line run:
    • npm install
    • gulp serve --nobrowser
    • gulp bundle --ship
    • gulp package-solution --ship