09f1fe2bd5
# Pull Request ## 📖 Description <!--- Provide some background and a description of your work. --> This change comes after the repository has been updated to "Design to Code" and aligns all documentation to refer to this naming update. ## ✅ Checklist ### General <!--- Review the list and put an x in the boxes that apply. --> - [ ] I have added tests for my changes. - [ ] I have tested my changes. - [x] I have updated the project documentation to reflect my changes. ## ⏭ Next Steps <!--- If there is relevant follow-up work to this PR, please list any existing issues or provide brief descriptions of what you would like to do next. --> - Adding a final deprecation bump for packages before they are renamed |
||
---|---|---|
.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
Design to Code
This is the Design to Code project, containing a set of packages that can be combined to create complex workflows. 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!