https://github.com/Clipto-Platform/clipto-frontend
Front facing website for clipto
https://github.com/Clipto-Platform/clipto-frontend
Last synced: 2 days ago
JSON representation
Front facing website for clipto
- Host: GitHub
- URL: https://github.com/Clipto-Platform/clipto-frontend
- Owner: Clipto-Platform
- Created: 2021-12-18T21:36:14.000Z (over 3 years ago)
- Default Branch: v2
- Last Pushed: 2022-10-15T00:10:33.000Z (over 2 years ago)
- Last Synced: 2024-11-17T03:30:29.427Z (6 months ago)
- Language: TypeScript
- Homepage: https://clipto.io
- Size: 64.9 MB
- Stars: 5
- Watchers: 1
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-lens-protocol - Clipto - Personalized videos from your favorite Creators. (Projects / Open Source)
README
# Clipto Frontend
This is one of three parts of the clipto project.
## Setup
1. Install the dependencies
```
npm install
```2. Run specific environment
```
# for dev/test environment
npm run dev# for production environment
npm run prod
```3. Build specific environment
```
# for dev/test environment
npm run build:test# for production environment
npm run build:prod
```## To fix all prettier issue
```
npx prettier --write
npx prettier --write src/**/*.tsx
```## deployed contract address
Refer [here](https://github.com/Clipto-Platform/clipto/tree/test#latest)