webapp/README.md
2024-06-24 20:50:27 +03:00

201 B

How to start

Use Bun to manage packages.

bun i

Useful commands

run checks

bun run typecheck

fix styles, imports, formatting and autofixable linting errors:

bun run fix