> For the complete documentation index, see [llms.txt](https://docs.getgrahak.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getgrahak.co/installation.md).

# Installation

```tsx
npx create-next-app@latest --ts
```

```tsx
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
```
