Skip to content

Latest commit

History

History
19 lines (12 loc) 路 253 Bytes

File metadata and controls

19 lines (12 loc) 路 253 Bytes

DEV FAQ

Here are the problems that are easy to encounter in development.

If you encounter dependency related issues

pnpm bootstrap

Test suite failed to run (jest)

Can not run pnpm test xxx

rm -rf dist

Try again.