Skip to content

Commit

Permalink
docs: improve contribution doc to build CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
xballoy committed May 14, 2020
1 parent 61a4642 commit 60b96fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ $ npm run dev
# [react] To edit a single component in live inside storybook, you have run js compilation in another bash process
$ npx lerna exec --scope=@axa-fr/react-toolkit-table -- node ../../scripts/watch-js.js

# [CSS] Generate CSS for storybook (does not watch, you have to run it manually)
$ gulp all

# [css] Develop html/css
$ npm run css
# [css] Build the html/css website
Expand Down

0 comments on commit 60b96fd

Please sign in to comment.