0.1.8 • Published 8 months ago

@navi001/design-system v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

design system navi

Table of Contents

Introduction

A brief introduction to your project. Explain what it does, why it exists, and who it's intended for. You can include a high-level architecture overview or a screenshot of the application here.

Features

List the key features of your project. Use bullet points for clarity.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (version X.X.X)
  • NPM or Yarn (version X.X.X)
  • ...

Getting Started

# Clone the repository
git clone https://github.com/onavi001/design-system.git

# Navigate to the project directory
cd design-system

# Install dependencies
npm install 

# Start the development server
npm run storybook

Folder Structure

.
├── node_modules
├── src
├── .gitignore
├── .prettierignore
├── .prettierrc
├── LICENSE
├── package.json
├── tsconfig.json
├── package-lock.json
├── package.json
└── README.md