A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
Перейти к файлу
Jane Chu 09f1fe2bd5
Update documentation around repository name (#222)
# 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
2022-07-12 16:42:38 -07:00
.github Added files to trigger the GitHub pages workflow (#213) 2022-04-18 17:27:36 -07:00
.vscode Add Beachball to repository for publishing NPM packages (#103) 2021-10-08 12:08:21 -07:00
build Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
docs Added files to trigger the GitHub pages workflow (#213) 2022-04-18 17:27:36 -07:00
packages applying package updates 2022-04-06 00:54:27 +00:00
website Update documentation around repository name (#222) 2022-07-12 16:42:38 -07:00
.eslintignore Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.eslintrc.js Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.gitattributes Add Git Ignore and Attribute files (#63) 2021-08-11 13:56:37 -07:00
.gitignore Updated the documentation pre and code blocks style (#216) 2022-05-13 17:41:15 -07:00
.prettierignore Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
.prettierrc Add tooling packages from the FAST repository 2021-09-16 10:59:57 -07:00
BRANCH_GUIDE.md Update documentation around repository name (#222) 2022-07-12 16:42:38 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-06-28 18:28:42 -07:00
CONTRIBUTING.md Update documentation around repository name (#222) 2022-07-12 16:42:38 -07:00
LICENSE LICENSE committed 2021-06-28 18:28:42 -07:00
PUBLISHING.md Add PAT documentation for Microsoft SSO (#149) 2021-11-16 16:38:52 -08:00
README.md Update documentation around repository name (#222) 2022-07-12 16:42:38 -07:00
SECURITY.md SECURITY.md committed 2021-06-28 18:28:43 -07:00
STYLE_GUIDE.md Update documentation around repository name (#222) 2022-07-12 16:42:38 -07:00
beachball.config.js Add Beachball to repository for publishing NPM packages (#103) 2021-10-08 12:08:21 -07:00
package-lock.json Updated prettier, added assert to json imports, and updated incorrect meta information (#214) 2022-04-19 09:13:35 -07:00
package.json Update documentation around repository name (#222) 2022-07-12 16:42:38 -07:00
tsconfig.json Update TypeScript dependency to 4.3.x (#130) 2021-10-27 08:52:52 -07:00

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

License: MIT npm version

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

License: MIT npm version

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!

Contact

  • Join the community and chat with us in real-time on Discord.
  • Submit requests and issues on GitHub.