Closed
Description
Goal
Create a PR with your personal page so it's displayed on the Batch site.
Creating the Batch page
- If you haven't done it already: fork & clone the repo, install dependencies, and create your own branch.
- Create a new folder & file in
packages/nextjs/app/builders/[your-0xAddress]/page.tsx
- You can have a little bio, avatar, address, links to your socials, etc.
-> Keep it simple! (no heavy assets, etc.)
- Pay special attention to linting, code format, etc.
- Be creative! Don't just copy what other builders and doing.
- Inspecting how other SE-2 components/pages are created is a great way to learn.
- Make sure to read the README file for more guidance.
builders
folder in packages/nextjs/app/
.