Creative TV is a web application for The Creative platform. It's built with React, TypeScript, and utilizes the thirdweb SDK.
We welcome contributions! To get started:
- Check out our open issues on the Issues tab.
- Follow our coding conventions (enforced by ESLint and Prettier).
- Read up on our development process in CONTRIBUTING.md
Before you start, you need to replace the placeholder clientId with your client ID to use thirdweb SDK.
Refer to Creating a client guide to see how you can get a client id.
Go to src/client.ts file and replace the placeholder clientId with your client ID.
const clientId = '......';npmnpm run devnpm run buildnpm run startThis project uses Prettier for consistent code formatting.
npm run prettiernpm run prettier:checkWe use Jest for unit testing. Run tests with:
npm run testThis project is licensed under the MIT License.
For any questions or suggestions, join our discord at Creative.