Skip to content

Documentation for the Nulogy Design System.

Notifications You must be signed in to change notification settings

nulogy/nulogy.design

Repository files navigation

nulogy.design

Documentation site for https://github.com/nulogy/design-system.

Development

  • run yarn start. This will start a local server at http:https://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.

Deploying

  • 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 the gh-pages branch.