Skip to content

creativeplatform/crtv3

Repository files navigation

Creative TV

Project Overview

Creative TV is a web application for The Creative platform. It's built with React, TypeScript, and utilizes the thirdweb SDK.

Contribution Guidelines

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

Setup client id

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 = '......';

Usage

Install dependencies

npm

Start development server

npm run dev

Create a production build

npm run build

Preview the production build

npm run start

Code Formatting with Prettier

This project uses Prettier for consistent code formatting.

npm run prettier

Check for formatting issues:

npm run prettier:check

Testing

We use Jest for unit testing. Run tests with:

npm run test

Resources

License

This project is licensed under the MIT License.

Join our Discord!

For any questions or suggestions, join our discord at Creative.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages