1 | # Eurovision elements
|
2 | [![wercker status](https://app.wercker.com/status/019fca0b03b2421434aae715ad154b97/s/master "wercker status")](https://app.wercker.com/project/byKey/019fca0b03b2421434aae715ad154b97)
|
3 |
|
4 | ## Install
|
5 | - Clone this project
|
6 | - `yarn`
|
7 |
|
8 | ## Scripts
|
9 | There are various NPM scripts you can use to use the workbench.
|
10 | * `npm run storybook` to start pm2 process with React Storybook
|
11 | * `npm run build` to build the npm package
|
12 | * `npm run release` to release a new version of the npm package
|
13 | * `npm test` to run your tests
|
14 | * `npm run test:watch` to run your tests & keep watching them, relevant tests will re-run if you change your code
|
15 | * `npm run lint` to lint your code with eslint
|