Introduction
This project is intended for internal use on ShareGate project. It includes the layout, aside navigation, header navigation and all of the linked items.
Getting Started
This repo contains the components and a storybook to document those components
Simply run a good old npm i
to get the project setup on your machine, then run npm run storybook
to access the storybook.
This project is built using Orbit design system
The project uses 2 folders:
src
, including all the components to build
stories
, stories around the components in the src
folder.
January 31, 2023
Build
To build the project, run npm run build
to generate components and assets files.
Contribute
This project is for internal use only.