Frames.fun is a browser extension for Google Chrome which allows you to interact with frames posted on x (formerly Twitter).
This Turborepo includes the following packages/apps:
extension
: a Plasmo extensionserver
: a Next.js frames server the extension uses for rendering and interacting with frames@xframes/ui
: a React component library shared by bothserver
andextension
applications@xframes/eslint-config
:eslint
configurations (includeseslint-config-turbo
andeslint-config-prettier
)@xframes/typescript-config
:tsconfig.json
s used throughout the monorepo
Each package/app is primarily TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
TBD - will be added to the appropriate browser extension stores.
Make sure to set all the necessary environment variables for both the server and the extension.
To build all apps and packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev