/clipto-frontend

Front facing website for clipto

Primary LanguageTypeScript

Clipto Frontend

This is one of three parts of the clipto project.

Setup

  1. Install the dependencies
npm install
  1. Run specific environment
# for dev/test environment
npm run dev

# for production environment
npm run prod
  1. 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 <path/file.tsx>
npx prettier --write src/**/*.tsx

deployed contract address

Refer here