Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 824 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 824 Bytes

Litmus E2E Dashboard

Prerequisites

  • Install Yarn globally

Setup and Installation

  • Clone the gh-pages branch of litmus-e2e repository
  git clone -b https://github.com/litmuschaos/litmus-e2e.git
  • Install all the required dependencies with the below command
  yarn install

Run locally

Run the below command to start the server:

  yarn start

Go to: http://localhost:3000/litmus-e2e/dashboard

Deployed Link

Visit the deployed website at https://litmuschaos.github.io/litmus-e2e/dashboard/

Tech Stack

Litmus E2E Dashboard is built using the following:

  • JavaScript
  • Prettier
  • ESLint
  • Husky
  • Litmus UI
  • Material UI

Contribution Guidelines

Check our official contribution guidelines.