litmuschaos / website-litmuschaos

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

Home Page:https://litmuschaos.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://litmuschaos.io/

License:Apache License 2.0


Languages

Language:TypeScript 95.8%Language:JavaScript 3.3%Language:CSS 0.6%Language:Dockerfile 0.3%