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 = '......';
npm
npm run dev
npm run build
npm run start
This project uses Prettier for consistent code formatting.
npm run prettier
npm run prettier:check
We use Jest for unit testing. Run tests with:
npm run test
This project is licensed under the MIT License.
For any questions or suggestions, join our discord at Creative.