Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move starters to templates #300

Merged
merged 10 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/gentle-readers-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-frames": patch
---

fix: config must be esm module
5 changes: 5 additions & 0 deletions .changeset/rare-moose-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frames.js": patch
---

chore: update readme
5 changes: 5 additions & 0 deletions .changeset/wild-clocks-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frames.js/debugger": patch
---

fix: use also FARCASTER_DEVELOPER_FID env variable for fid
2 changes: 1 addition & 1 deletion docs/pages/guides/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ export async function GET(req: NextRequest) {

Additional context can be passed to the image endpoint via URL query params.

See an example of how to use the `Cache-Control` header in the [Caching example](https://github.com/framesjs/frames.js/tree/main/examples/framesjs-starter/app/examples/new-api-cache-control).
See an example of how to use the `Cache-Control` header in the [Caching example](https://github.com/framesjs/frames.js/tree/main/templates/next-starter-with-examples/app/examples/new-api-cache-control).
2 changes: 1 addition & 1 deletion docs/pages/guides/cast-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ The [Cast Actions](https://warpcast.notion.site/Frames-Cast-Actions-v1-84d5a85d4

## Example

[See the example on GitHub](https://github.com/framesjs/frames.js/tree/main/examples/framesjs-starter/app/examples/new-api-cast-actions)
[See the example on GitHub](https://github.com/framesjs/frames.js/tree/main/templates/next-starter-with-examples/app/examples/new-api-cast-actions)
2 changes: 1 addition & 1 deletion docs/pages/guides/open-frames.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ const handleRequest = frames(async (ctx) => {
});
```

Use the [Multi Protocol starter](https://github.com/framesjs/frames.js/tree/main/examples/framesjs-starter/app/examples/new-api-multi-protocol) as a template to build your Open Frames frames.
Use the [Multi Protocol starter](https://github.com/framesjs/frames.js/tree/main/templates/next-starter-with-examples/app/examples/new-api-multi-protocol) as a template to build your Open Frames frames.
2 changes: 1 addition & 1 deletion docs/pages/guides/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buttons: [
];
```

Use the [Transactions starter](https://github.com/framesjs/frames.js/tree/main/examples/framesjs-starter/app/examples/new-api-transaction) as a template to build your transaction Frames.
Use the [Transactions starter](https://github.com/framesjs/frames.js/tree/main/templates/next-starter-with-examples/app/examples/new-api-transaction) as a template to build your transaction Frames.

## Using the connected wallet address

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/middleware/openframes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ export const frames = createFrames({
});
```

Use the [Multi Protocol starter](https://github.com/framesjs/frames.js/tree/main/examples/framesjs-starter/app/examples/new-api-multi-protocol) as a template to build your Open Frames frames.
Use the [Multi Protocol starter](https://github.com/framesjs/frames.js/tree/main/templates/next-starter-with-examples/app/examples/new-api-multi-protocol) as a template to build your Open Frames frames.
17 changes: 0 additions & 17 deletions examples/framesjs-starter/.env.sample

This file was deleted.

5 changes: 0 additions & 5 deletions examples/framesjs-starter/.eslintrc.js

This file was deleted.

39 changes: 0 additions & 39 deletions examples/framesjs-starter/.gitignore

This file was deleted.

261 changes: 0 additions & 261 deletions examples/framesjs-starter/CHANGELOG.md

This file was deleted.

Loading
Loading