# ScrapeFlow **Repository Path**: lbw9804/ScrapeFlow ## Basic Information - **Project Name**: ScrapeFlow - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-29 - **Last Updated**: 2026-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [ScrapeFlow](https://scrape-flow-marian1309.vercel.app) > **Warning** This project is still in development and is not ready for production use. ## Prerequisites You will need [Node.js](https://nodejs.org) version 18.x.x or greater installed on your system. ## Tech Stack - **Core:** [React](https://react.dev) - **TypeScript** [TypeScript](https://www.typescriptlang.org) - **Framework:** [Next.js](https://nextjs.org) - **Styling:** [Tailwind CSS](https://tailwindcss.com) - **Database:** [PostgreSQL](https://www.postgresql.org) - **UI Components:** [Shadcn UI](https://ui.shadcn.com) - **Statemanagement:** [Zustand](https://zustand-demo.pmnd.rs), [React Query](https://tanstack.com/query/latest) - **ORM:** [Prisma](https://www.prisma.io) - **Flow:** [React Flow](https://reactflow.dev) - **Auth:** [Clerk](https://clerk.com) - **Supabase:** [Supabase](https://supabase.com) ## Running Locally ### 1. Install Bun ```powershell powershell -c "irm bun.sh/install.ps1 | iex" ``` ### 2. Install Rimraf ```bash npm install -g rimraf ``` ### 3. Clone the repository ```bash git clone https://github.com/Marian1309/ScrapeFlow ``` ### 4. Install dependencies ```bash bun install ``` ### 5. Create a `.env` file Create a `.env` file in the root directory and add the environment variables as shown in the `.env.example` file. ### 6. Run the application ```bash bun run dev ``` The app should now be up and running at http://localhost:3000 🚀