Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 598 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 598 Bytes

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