Initial frontend readme

This commit is contained in:
Markov 2026-02-15 11:57:24 +01:00
commit a04c9d7bb3

38
README.md Normal file
View File

@ -0,0 +1,38 @@
# Team Board — Frontend
Web UI для Team Board. Next.js + React.
## Стек
- Next.js 14
- React
- TypeScript
- Tailwind CSS
- Authentik OAuth
## Запуск
```bash
npm install
npm run dev
```
## Структура
```
frontend/
├── src/
│ ├── app/
│ ├── components/
│ └── lib/
├── public/
└── package.json
```
## Переменные окружения
```env
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=...
```