Skip to content

Commit

Permalink
Update instuctions on installing bun
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerHood committed Jun 3, 2024
1 parent 83dd929 commit 5a705e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# tlbrowse


https://github.com/SawyerHood/tlbrowse/assets/2380669/bcbb7ac1-c463-44ad-9adb-6be59f4c636e


tlbrowse is an infinite canvas for the simulated web. You can create webpages by entering urls and clicking on links creates new pages. You should get incredibly funky with what imagine.

You can play with the hosted version on [https://tlbrowse.com](https://tlbrowse.com)
Expand All @@ -16,6 +14,8 @@ Create a `.env.local` file with the following environment variables:
ANTHROPIC_API_KEY=<your-anthropic-api-key>
```

This project uses [`bun`](https://bun.sh/) as its package manager and [`node`](https://nodejs.org/) for its execution environment. Make sure that you have both installed. Then run the following commands:

```bash
bun install
bun dev
Expand Down

0 comments on commit 5a705e8

Please sign in to comment.