Initial commit

This commit is contained in:
2023-05-09 22:08:39 +03:00
commit a341d01f0c
6 changed files with 245 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# flexpatrol.ru-form-handler
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v0.5.9. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.