Restructure: split files into docs/web/db folders

This commit is contained in:
Дмитрий
2026-05-06 01:39:59 +07:00
parent 5e2f2303f1
commit b5cda8886d
21 changed files with 11 additions and 1 deletions
+11 -1
View File
@@ -5,7 +5,17 @@
## Как пользоваться
```
открыть index.html → выбрать экран → двойной клик
открыть web/index.html → выбрать экран → двойной клик
```
## Структура проекта
```
lidpotok/
├── README.md ← этот файл
├── docs/ ← документация, инструкции, аудиты, брендбук
├── web/ ← HTML-прототипы экранов
└── db/ ← schema.sql и changelog схемы
```
Каждый прототип:
View File
View File
View File
View File