This commit is contained in:
german 2026-04-08 16:04:29 +04:00
parent 1af867a0bb
commit 1cc4e05d97
2 changed files with 17 additions and 0 deletions

1
DOCS.md Normal file
View File

@ -0,0 +1 @@
# Документация по Find

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Find
Find - это простой framework для Single Page Application. Документация [здесь](https://gitlabor.ru/German/Find/DOCS.md).
## Установка
```bash
cd ~
git clone https://gitlabor.ru/German/Find.git
cd Find
mkdir -p ~/Find_js
cp -rv Find/* ~/Find_js
```
## Тесты
```bash
cd ~/Find
php -S localhost:8000
# Откройте http://localhost:8000
```