A React + Vite frontend for GPTLab. This project is currently a work in progress.
- Status: In progress (WIP)
- Stack: React, Vite, ESLint
- Install dependencies
npm install
- Start the dev server
npm run dev
- Build for production
npm run build
- Preview the build
npm run preview
- Lint
npm run lint
src/
: Application source codepublic/
: Static assetsindex.html
: App entry HTMLvite.config.js
: Vite configuration
- Core UI scaffolding and layout
- Components and state management
- API integration
- Authentication (if needed)
- Testing & QA
- Deployment setup
Contributions are welcome. Please open an issue or a pull request. Since the project is evolving, expect frequent changes.
TBD