This is one of three parts of the clipto project.
- 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
npx prettier --write <path/file.tsx>
npx prettier --write src/**/*.tsx
Refer here