diff --git a/pages/_/system/index.js b/pages/_/system/index.js index 643fcf72..6fc9a589 100644 --- a/pages/_/system/index.js +++ b/pages/_/system/index.js @@ -14,7 +14,7 @@ export default class SystemPageRoot extends React.Component { url="https://slate.host/_/system" > SDS {Constants.values.sds}
- The Slate Design System is an open source resource - with examples of components, constants, and experiences. Any code - changes made to the components in the Design System will change the - appearance and function of{" "} + The Slate Design System is an open source resource with examples of components, constants, + and experiences. Any code changes made to the components in the Design System will change the appearance and + function of{" "} Slate {" "} in production.

- We wanted to build product out in the open, so other Filecoin & IPFS - developers could freely use the code to make their own applications on - top of the Filecoin Network. A lot - of the functionality of Slate is made possible by{" "} - + We wanted to build product out in the open, so other Filecoin & IPFS developers could freely use the code to + make their own applications on top of the Filecoin Network. A lot of the + functionality of Slate is made possible by{" "} + Textile's Powergate {" "} and{" "} @@ -56,12 +51,8 @@ export default class SystemPageRoot extends React.Component { slate-react-system
- You can use these components, experiences, and constants in your own - React projects. First, install the{" "} - + You can use these components, experiences, and constants in your own React projects. First, install the{" "} + npm module : @@ -116,25 +107,17 @@ class Example extends React.Component { Whats next? - - Try using some components or experiences in your React projects. - + Try using some components or experiences in your React projects. Start a new project using an{" "} - + example . Try using slate-react-system in a{" "} - + starter React boilerplate .