Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Use Storybooks [built-in test-runner](https://storybook.js.org/docs/react/writin
$ yarn test-storybook
```

### Compiling CSS

After creating your .scss file, use to compile css
$ scripts/compile_styles.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you use ``` to format this like a code block? See the other areas of this document for an example. Also here's a markdown cheatsheet: https://github.com/im-luka/markdown-cheatsheet?tab=readme-ov-file#code


### Formatting and Linting

The remote repository will enforce ESLint rules and Prettier formatting.
Expand Down
Loading