A modern web application built with Next.js 15, TypeScript, Tailwind CSS, and Shadcn/ui components.
/athera-ai
āāā /src
ā āāā /app (Next.js App Router)
ā āāā /components (Reusable UI components)
ā āāā /lib (Utility functions and configurations)
āāā /public (Static assets)
āāā package.json
āāā tsconfig.json
āāā components.json (Shadcn/ui config)
āāā README.md
git clone https://github.com/F4P1E/Athera-AI.git
cd Athera-AI
pnpm install
pnpm run dev
The application will start in development mode with Turbopack enabled. Open http://localhost:3000 to view it in your browser.
pnpm dev
- Starts development server with Turbopackpnpm build
- Creates production buildpnpm start
- Runs production serverpnpm lint
- Runs ESLint for code lintingFeel free to contribute! šš