0.1.0 • Published 6 months ago

foxize-design-system-back-interno v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Foxize Design System Back Interno - Storybook Installation Guide

This guide provides step-by-step instructions to install and run the Storybook project locally.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (version 18.18.2 or higher)
  • npm (version 10.1.0 or higher)

Installation

  1. Clone the Repository

    git clone https://gitlab.com/foxizeapps/foxize-design-system-back-interno.git
  2. Navigate to the Project Directory

    cd project-directory
  3. Install Dependencies

    npm install

Running Storybook

Once you've installed the dependencies, you can start the Storybook server:

npm run storybook