Say hi to us on slack: click here!
- Make sure your are running node v.12 LTS.
- Fork and clone the repository.
- Install the dependencies by
npm installoryarn install. - Run the react development server by
npm start. - Run the story book development server with
npm run storybook.