Signed-off-by: Hrishav <hrishav.kumar@harness.io> |
||
---|---|---|
.github | ||
_blog | ||
_includes | ||
_layouts | ||
components | ||
lib | ||
pages | ||
public | ||
styles | ||
.eslintrc | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
jsconfig.json | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
sitemap.config.js | ||
tailwind.config.js |
README.md
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