The user interface for Buster, an AI-powered authenticity checker for links and social posts.
- Next.js 16
- React 19
- Tailwind CSS 4
- Node.js 20+ (recommended)
- npm 10+
- Clone the repository:
git clone https://github.com/skillradius360/BusterPage.git
- Move into the project:
cd BusterPage - Install dependencies:
npm install
- (Optional) Configure backend API base URL in
.env.local:If not set, the app defaults toNEXT_PUBLIC_API_BASE_URL=http://localhost:8000
https://buster-3.onrender.com. - Start the development server:
npm run dev
Open http://localhost:3000.
npm run build
npm run start