Clipto Frontend
May 9, 2022 ยท View on GitHub
This is one of three parts of the clipto project.
Setup
- Install the dependencies
npm install
- Run specific environment
# for dev/test environment
npm run dev
# for production environment
npm run prod
- 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