This is a browser extension for Google Chrome which improves the warpcast.com frames experience.
This Turborepo includes the following packages/apps:
extension
: a Plasmo extension@modcast/ui
: a React component library shared by applications (currently justextension
)@modcast/eslint-config
:eslint
configurations (includeseslint-config-turbo
andeslint-config-prettier
)@modcast/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:
cd modcast
pnpm build
To develop all apps and packages, run the following command:
cd modcast
pnpm dev