Home

Awesome

Clipto Frontend

This is one of three parts of the clipto project.

Setup

  1. npm install
  2. npm run dev

To fix all prettier issue

npx prettier --write <path/file.tsx>
npx prettier --write src/**/*.tsx