mtcute-repl/README.md

15 lines
151 B
Markdown
Raw Permalink Normal View History

2025-01-14 06:42:25 +03:00
# mtcute repl
2025-01-12 20:20:36 +03:00
2025-01-14 06:42:25 +03:00
## setting up
2025-01-12 20:20:36 +03:00
2025-01-14 06:42:25 +03:00
```bash
pnpm i
2025-01-19 19:09:02 +03:00
pnpm build:vendor
2025-01-12 20:20:36 +03:00
2025-01-14 06:42:25 +03:00
cp .env.example .env
# fill the values
2025-01-12 20:20:36 +03:00
2025-01-14 06:42:25 +03:00
pnpm dev
# then open http://localhost:3000
```