Skip to content

Commit

Permalink
chore(readme): add README
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Sep 25, 2023
1 parent 1466525 commit 9901be3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions apps/vanilla-js-example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Vanilla JS example

Pure JavaScript SDK usage example.

## Trying it out

1. Install dependencies:

```bash
pnpm i
```

2. Serve `index.html`:

```bash
pnpm run serve
```

3. Run tunnel to locally launched HTTP server:

```bash
pnpm run tunnel
```

Tunnel command will return a URL which has to be used by [@BotFather](https://t.me/botfather). Bind it to your Mini App and open the application.

0 comments on commit 9901be3

Please sign in to comment.