/parts

Strapi.io's design system :rocket:

Primary LanguageJavaScript

This repository is currently work in progress.

Testing a specific branch

Make sure to have the project already cloned (see previous point). Then, run the following commands:

# Inside the folder
$ git checkout BRANCH_NAME # BRANCH_NAME concerns the modifications to tests
$ yarn # reinstall dependencies
$ yarn bootstrap # prepare lerna packages
$ yarn storybook # start the storybook

If you encounter problems doing so, run the following command and retry the previous one:

$ git reset --hard