/website-litmuschaos

Website source code for litmuschaos.io and staging-litmuschaos.io etc

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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