Skip to content

Commit

Permalink
Fixes liferay#1323 | Enhance README
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonvs committed Nov 29, 2018
1 parent 59e16c9 commit 2c73425
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions clayui.com/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@ The main Clay site at clayui.com

> Make sure that you have built clay-css package(running yarn lerna on root of monorepo) before run. If you don't did that you will miss some icons.
## Running in development
`gatsby develop`
## Running in development:
`yarn develop`

## Running in production mode:
`yarn build`

## Serving production generated files:
`yarn serve`

0 comments on commit 2c73425

Please sign in to comment.