Abdul Rafay Shaikh

Results 19 comments of Abdul Rafay Shaikh

Thank you @Tragio I was looking for this and found this issue by stumbling upon your codesandbox instance while google search I think just by adding something like below in...

It's kind of frustrating seeing it tagged **need reproduction** when the only commands I have run are Operating system: `Windows 10 x64` Node version: `16.14.2` ``` npx nuxi init app...

@kuchta can you please also add your config files `tailwind.config.js`, `tsconfig.json`

>```tsx > import React, { useRef, useState } from 'react'; > import { Card, CardContent } from '@/components/ui/card'; > import { Button } from '@/components/ui/button'; > > // Define the...

@dandubya sure here is the example use and No the icons is component is something @step2341 used and implemented custom I don't know where he got it from I am...

just switch the drizzle adapter https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/lib/db.ts#L1 from vercel adapter to any other database and follow [Drizzle](https://orm.drizzle.team/docs/overview) to generate migrations and push to database

- fixed another error in showing `index.html` in public folder from `react` project directory structure in docs.

@Melkeydev yup I watched the video and read few comments about people wanting svelte and I thought it would be easy replacing just the vite template. and being newbie at...

- added svelte in tests and it is passing [here](https://github.com/Melkeydev/go-blueprint/actions/runs/12126094599/job/33807484465) I noticed there isn't a test for react + tailwind when I was checking if svelte + tailwind test will...

@Melkeydev fixed the`make run` command