0.1.1 • Published 4 years ago

aexol-design-system v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Galactica design system

Running sandbox

npm run start

Creating new Component

Install plop CLI

npm i -g plop

Create component

plop component

plop will create 3 files:

./src/components/ComponentName.tsx

./src/components/styles/ComponentName.tsx

./docs/components/ComponentName.mdx

Commiting changes to the repository

Install git cz

npm install -g commitizen

Now add changes you made to project branch

git add .

and commit them with commitizen

git cz

Provide name and short description at least or commit won't be accepted. Then you can push the changes

Building production build

In case you don't have grunt installed

npm i -g grunt-cli

then

npm run build