99e41eb8ab
# Pull Request ## 📖 Description <!--- Provide some background and a description of your work. --> This change adds the docs folder files to the gitignore, except the README for ease of local development. It also adds a GitHub workflow to trigger against `main` branch merges (and manual triggers) that will release of the documentation site. This should be merged after #212 ## ✅ Checklist ### General <!--- Review the list and put an x in the boxes that apply. --> - [ ] I have added tests for my changes. - [x] I have tested my changes. - [x] I have updated the project documentation to reflect my changes. |
||
---|---|---|
.github | ||
.vscode | ||
build | ||
docs | ||
packages | ||
website | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
BRANCH_GUIDE.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
PUBLISHING.md | ||
README.md | ||
SECURITY.md | ||
STYLE_GUIDE.md | ||
beachball.config.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
FAST Tooling
This is the FAST Tooling project, containing a set of packages that can be combined to create complex workflows for web applications. The goal of these workflows is to allow users to create and modify their own web based experiences, from individual web components to completed web sites.
This project is not to be confused with its related project FAST, a set of libraries for creating native web components and design systems.
Packages
@microsoft/fast-tooling
The @microsoft/fast-tooling
package contains a web worker referred to as the Message System and infrastructure for registering, posting, and receiving messages that aide in editing and navigating a serializable data structure that maps to JSON schema. There are also various services available to integrate commonly used libraries with the Message System, such as AJV and the Monaco Editor. To learn more, check out the package README.
@microsoft/fast-tooling-react
The @microsoft/fast-tooling-react
package contains various React components that work with the message system provided by @microsoft/fast-tooling
to edit data, render data as HTML, and navigate data. To learn more, check out the package README.
Joining the Community
Looking to get answers to questions or engage with us in realtime? Our community is most active on Discord. Submit requests and issues on GitHub, or join us by contributing on some good first issues via GitHub.
We look forward to building an amazing open source community with you!