- Install Yarn globally
- Clone the
gh-pages
branch oflitmus-e2e
repository
git clone -b https://github.com/litmuschaos/litmus-e2e.git
- Install all the required dependencies with the below command
yarn install
Run the below command to start the server:
yarn start
Go to: http://localhost:3000/litmus-e2e/dashboard
Visit the deployed website at https://litmuschaos.github.io/litmus-e2e/dashboard/
Litmus E2E Dashboard is built using the following:
- JavaScript
- Prettier
- ESLint
- Husky
- Litmus UI
- Material UI
Check our official contribution guidelines.