A website showing a variety of examples for the @microsoft/fast-tooling
and @microsoft/fast-tooling-react
packages.
Follow setup instructions in (https://github.com/Microsoft/fast/blob/master/CONTRIBUTING.md)(https://github.com/Microsoft/fast/blob/master/CONTRIBUTING.md)
- Running the site locally:
yarn start
- Build production site:
yarn build
- Run all tests:
yarn test
- eslint all files:
yarn eslint