Skip to content

litmuschaos/litmus-website-2

Repository files navigation

alt text Litmus 2.0 Website


Getting Started

Fork the repository.

Then, run the development server:

npm install
npm run dev
# or
yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.


Tech Stack

This website follows the JAMstack ideology and is built using

Next.JS (JavaScript)

Tailwind CSS (Utility-First CSS Framework)

SCSS