MattLocke / parts

Strapi.io's design system :rocket:

Home Page:https://design-system-git-develop-strapijs.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Strapi.io's design system :rocket:

https://design-system-git-develop-strapijs.vercel.app/


Languages

Language:JavaScript 99.5%Language:HTML 0.3%Language:Handlebars 0.3%