Skip to content

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

License

Notifications You must be signed in to change notification settings

arkajyotiMukherjee/website-litmuschaos

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.4%
  • JavaScript 4.7%
  • Other 1.9%