litmus-website-2
Go to file
Hrishav f6bd127c2a
chore: Removed IFS from the adopters list (#123) (#124)
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
2025-01-10 16:14:10 +05:30
.github chore: Updated upcoming event (#67) (#68) 2023-04-17 13:29:14 +05:30
_blog feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30
_includes Added Emirates NBD as an adopter and removed KubeCon banner (#119) (#120) 2024-11-19 11:09:43 +05:30
_layouts feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30
components chore: Removed IFS from the adopters list (#123) (#124) 2025-01-10 16:14:10 +05:30
lib fix: updated google analytic tags (#73) 2023-07-11 09:15:04 +05:30
pages Added Emirates NBD as an adopter and removed KubeCon banner (#119) (#120) 2024-11-19 11:09:43 +05:30
public chore: Removed IFS from the adopters list (#123) (#124) 2025-01-10 16:14:10 +05:30
styles Updated Landing Page and added Enterprise Page (#58) (#59) 2022-10-25 12:20:38 +05:30
.eslintrc Updated Codebase (#1) 2021-08-12 18:56:41 +05:30
.gitignore feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30
.prettierignore feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30
.prettierrc Updated Codebase (#1) 2021-08-12 18:56:41 +05:30
LICENSE Initial commit 2021-08-12 17:47:20 +05:30
README.md Updated Codebase (#1) 2021-08-12 18:56:41 +05:30
jsconfig.json feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30
next.config.js feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30
package-lock.json feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30
package.json feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30
postcss.config.js Updated Codebase (#1) 2021-08-12 18:56:41 +05:30
sitemap.config.js Updated Codebase (#1) 2021-08-12 18:56:41 +05:30
tailwind.config.js feat: Added blog page to litmus website (#69) (#70) 2023-05-17 19:26:00 +05:30

README.md

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