Skip to content

Commit d783cf5

Browse files
committed
update readme; change demo <pre> format
1 parent fd9b714 commit d783cf5

File tree

2 files changed

+242
-143
lines changed

2 files changed

+242
-143
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ For local development, you'll need to run the following:
3636

3737
```
3838
nvm use
39-
npm install -g sass
39+
yarn
40+
yarn start
4041
```
4142

42-
After making changes, run `npm run build` to update `dist/forum-design-system.css`.
43+
After making changes, run `yarn build` to update `dist/forum-design-system.css`.
4344

4445
Note: if you add or change styles, make sure you update the documentation in `index.html`.

0 commit comments

Comments
 (0)