|
2 | 2 |
|
3 | 3 | ## Links
|
4 | 4 |
|
5 |
| -| Topic | |
6 |
| -| -------------------------------------------------------------------------------------------------- | |
7 |
| -| [nteract monorepo](https://github.com/nteract/nteract) | |
8 |
| -| [React](https://reactjs.org/) | |
9 |
| -| [React Docs - Main Concepts](https://reactjs.org/docs/hello-world.html) | |
10 |
| -| [Styleguidist](https://react-styleguidist.js.org/) | |
11 |
| -| [Styleguidist Docs - Getting Started](https://react-styleguidist.js.org/docs/getting-started.html) | |
12 |
| -| [Docusaurus](https://docusaurus.io/) | |
13 |
| -| [Docusaurus Docs - Installation](https://docusaurus.io/docs/en/installation) | |
14 |
| -| [now](https://zeit.co/now) | |
15 |
| -| [Node.js - Download](https://nodejs.org/en/download/) | |
16 |
| -| [Yarn - Getting Started](https://yarnpkg.com/en/docs/getting-started) | |
| 5 | +| Topic | Why it's helpful | |
| 6 | +|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------| |
| 7 | +| [nteract monorepo](https://github.com/nteract/nteract) | Source code for nteract desktop, packages, and components with READMEs for more information | |
| 8 | +| [React](https://reactjs.org/) | The primary JavaScript framework uzed by nteract | |
| 9 | +| [React Docs - Main Concepts](https://reactjs.org/docs/hello-world.html) | Official React docs | |
| 10 | +| [Styleguidist](https://react-styleguidist.js.org/) | A tool used to create an interactive style guide for nteract components | |
| 11 | +| [Styleguidist Docs - Getting Started](https://react-styleguidist.js.org/docs/getting-started.html) | How to get started with Styleguidist tool | |
| 12 | +| [Docusaurus](https://docusaurus.io/) | A tool for creating documentation websites | |
| 13 | +| [Docusaurus Docs - Installation](https://docusaurus.io/docs/en/installation) | Installation of docusaurus | |
| 14 | +| [now](https://zeit.co/now) | The service used to deploy our documentation and website | |
| 15 | +| [Node.js - Download](https://nodejs.org/en/download/) | A project used for creating large concurrent JavaScript applicaiton | |
| 16 | +| [Yarn - Getting Started](https://yarnpkg.com/en/docs/getting-started) | Tool used for dependency deployment and builds | |
0 commit comments