Skip to content

Commit

Permalink
add development instructions to contributing.md (microsoft#3633)
Browse files Browse the repository at this point in the history
Co-authored-by: Dexter Lesaca <v-dlesac@microsoft.com>
Co-authored-by: Aaron Wentzel <16669785+awentzel@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 10, 2020
1 parent 0b30fdf commit c1b6d4a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Now that your machine is setup, you can clone the FAST repository. Open a termin
```shell
git clone https://github.com/microsoft/fast.git
```
Cloning via SSH:

```shell
git clone git@github.com:microsoft/fast.git
```

### Installing and building

Expand All @@ -48,6 +53,15 @@ After the initial install, you can re-build all workspaces in the future with:
lerna run prepare
```

### Developing in `fast-components`
If you're interested in contributing changes to the `fast-component` design system start by navigating to the `fast-components` directory and starting the Storybook local server there.

```bash
cd packages/web-components/fast-components
yarn start
```
Storybook will automatically open in a browser window at `localhost:6006`.

### Testing

To run all tests for all packages, use the following command:
Expand Down

0 comments on commit c1b6d4a

Please sign in to comment.