Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
64 lines (40 loc) · 1.81 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.81 KB

⚠️ This repository is deprecated and no longer maintained.

Please use this repo for LitmusChaos website [https://github.com/litmuschaos/litmus-website-2].

LitmusChaos

FOSSA Status

Development Setup

Prerequisite

  • Install Node.js and npm. Follow the instructions here.

Tech Stack from Frontend

Start Frontend

Install it and run:

npm i
npm run dev

Build it and serve:

npm run build
npm run serve

Dev setup: Enable Prettier [OPTIONAL]

  1. Step: Install the Prettier plugin (e.g. the one of Esben Petersen)
  2. Add the following snippet to your settings in VSCode:
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
       "source.organizeImports": true // optional
   },

Usage

Open your browser and go to http://localhost:8000/ to access the frontend

Resources

Our Standup open community meeting link:

Feel free to drop by and participate in our discussion of new open source projects here

Visit our main Litmus repo:

Were are more than welcoming to a new contributor, pay a visit and star it for updates right here

License

FOSSA Status