The shortest way to prepare your local copy of the project for development and testing.
Before you start contributing to this project, you will need Node.js. This project has been tested with the LTS version of Node.js and the version of NPM that comes with it.
- fork this repository
- clone your fork
- in the command line:
- run
npm installto restore dependencies - run
gulp serveto serve your project - Start making your changes
- run
SharePoint Framework Property Controls uses MkDocs to publish documentation pages. See more information about installing MkDocs on your operating system at http://www.mkdocs.org/#installation.
Also, documentation uses custom MkDocs theme that should be installed as well. See Material theme for MkDocs
Once you have MkDocs and Material theme installed on your machine, in the command line:
- run
cd ./docs/documentationto change directory to where the manual pages are stored - run
mkdocs serveto start the local web server with MkDocs and view the documentation in the web browser