Documentation site for https://github.com/nulogy/design-system.
- run
yarn start
. This will start a local server at http://localhost:8000. - to easily create new component pages run
yarn plop NewComponentName
. Replace the with the new component name and this should generate a new page you can edit.
- The site will deploy through a Github Action on every merge to master.
- To manually deploy, run
yarn build && yarn deploy
. This will copy the/public
/ folder to thegh-pages
branch.