Skip to content

Commit

Permalink
Add README for browser example
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Oct 5, 2023
1 parent df10bcc commit e3e4041
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions example/browser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
At first, set environment vairables

```
$ export MASTODON_URL=wss://mastodon.social
$ export MASTODON_ACCESS_TOKEN=foobar
```
And execute

```
$ yarn workspace megalodon build
$ yarn workspace browser build
$ yarn workspace browser start
```

Let's open `http://127.0.0.1:8000`.

0 comments on commit e3e4041

Please sign in to comment.