Skip to content

Commit

Permalink
Merge pull request #14 from fabriguespe/remove_play
Browse files Browse the repository at this point in the history
Remove playground
  • Loading branch information
humanagent authored Jun 5, 2024
2 parents 94742d2 + 2ee425c commit 8f6de48
Show file tree
Hide file tree
Showing 39 changed files with 5,497 additions and 33,912 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"subscription-bot",
"gm-bot",
"gpt-bot",
"botkit-playground",
"botkit-docs",
"@xmtp/tsconfig"
]
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ dist
!.yarn/versions
.yarn/cache/**
packages/debugger/.yarn/cache/**
packages/playground/.yarn/cache/**
packages/playground/build/**
packages/docs/.yarn/cache/**

# next.js
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To learn more about the contents of this repository, see this README and the REA

- [`botkit`](/packages/botkit): A kit for quickly building bots on the XMTP network
- [`create-xmtp-bot`](/packages/create-xmtp-bot): A CLI for creating new XMTP bot projects
- [`playground`](/packages/playground): A visual playground for creating groups
- [`playground`](https://github.com/fabriguespe/playground): A visual playground for creating groups
- [`docs`](/packages/docs): Documentation for botkit

### Templates
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"start:gm": "turbo run start --filter='./examples/gm'",
"start:gpt": "turbo run start --filter='./examples/gpt'",
"start:group": "turbo run start --filter='./examples/group'",
"start:playground": "turbo run dev --filter='./packages/playground'",
"start:subscription": "turbo run start --filter='./examples/subscription'",
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
},
Expand Down
Binary file removed packages/playground/.yarn/install-state.gz
Binary file not shown.
10 changes: 0 additions & 10 deletions packages/playground/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions packages/playground/package.json

This file was deleted.

Binary file removed packages/playground/public/avatar.png
Binary file not shown.
Binary file removed packages/playground/public/favicon.ico
Binary file not shown.
42 changes: 0 additions & 42 deletions packages/playground/public/index.html

This file was deleted.

25 changes: 0 additions & 25 deletions packages/playground/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/playground/public/robots.txt

This file was deleted.

71 changes: 0 additions & 71 deletions packages/playground/src/Frames/AlertComponent.js

This file was deleted.

122 changes: 0 additions & 122 deletions packages/playground/src/Frames/ButtonGroup.js

This file was deleted.

Loading

0 comments on commit 8f6de48

Please sign in to comment.