Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 514 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 514 Bytes

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