Technologies | Project | Screenshot | How to run | License
This project was developed with the following technologies:
Ignite Design System is a Monorepo that provides components and tokens to build projects in the same style guide.
This project has CI/CD to publish the packages on the NPM and the storybook on the GitHub Pages.
The storybook with all the components and tokens can be found here.
The project uses:
✔ React
✔ TypeScript
✔ Storybook
✔ Turborepo
✔ Vite
✔ TSUP
✔ Radix
✔ Stitches
- Colors
- Fonts
- Font Sizes
- Font Weights
- Line Heights
- Radii
- Space
- Text
- Heading
- Box
- Button
- TextInput
- TextArea
- Checkbox
- Avatar
- MultiStep
Clone the project and access its folder.
$ git clone https://github.com/thefalked/04-design-system.git
$ cd 04-design-system
To start it, follow the steps below:
# Install dependencies
$ npm run dev
# Start the project
$ npm run dev
This project is under the MIT license. See the LICENSE file for more details.