Skip to content

sanchit0612/smartui-storybook-sample

 
 

Repository files navigation

SmartUI Storybook Sample

Installation

  1. Clone this repositor y

    git clone https://github.com/LambdaTest/smartui-stor ybook-sample
    
  2. Change directory to the download ed git repo and install packages

    npm install
    
  3. Start Storybook

    npm run storybook 
    
  4. Clone this repository

    git clone https://github.com/LambdaTest/smartui-storybook-sample
    
  5. Navigate to project directory

    cd smartui-storybook-sample
    
  6. Create SmartUI Config JSON

    smartui config create .smartui.json
    
  7. Create a docker Image

    docker build -t <image_name> .
    
  8. Run a Docker container and test in it

    docker run -e PROJECT_TOKEN="your_project_token" <image_name>
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • CSS 17.2%
  • MDX 15.1%
  • HTML 9.3%
  • Dockerfile 4.7%