18 lines
201 B
Markdown
18 lines
201 B
Markdown
## 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
|
|
```
|