Skip to content

Commit 918f9e4

Browse files
authored
Merge pull request #8 from minervaproject/awd/avatars
avatars; outline; yarn scripts; demo class
2 parents 21f7298 + 1b7e369 commit 918f9e4

File tree

8 files changed

+2484
-1034
lines changed

8 files changed

+2484
-1034
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)