You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
6
9
7
You can play with the hosted version on [https://tlbrowse.com](https://tlbrowse.com)
@@ -16,6 +14,8 @@ Create a `.env.local` file with the following environment variables:
16
14
ANTHROPIC_API_KEY=<your-anthropic-api-key>
17
15
```
18
16
17
+
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:
0 commit comments