2023-02-10 10:40:44 +01:00
|
|
|
## How to start
|
|
|
|
```
|
2023-02-10 13:21:26 +01:00
|
|
|
npm install
|
|
|
|
npm start
|
2023-02-10 10:40:44 +01:00
|
|
|
```
|
2022-11-27 21:36:45 +03:00
|
|
|
|
2023-02-10 10:40:44 +01:00
|
|
|
## Useful commands
|
|
|
|
run checks
|
|
|
|
```
|
2023-02-10 13:21:26 +01:00
|
|
|
npm run check
|
2023-02-10 10:40:44 +01:00
|
|
|
```
|
|
|
|
type checking with watch
|
|
|
|
```
|
2023-02-10 13:21:26 +01:00
|
|
|
npm run typecheck:watch
|
2023-02-10 10:40:44 +01:00
|
|
|
```
|
2024-02-05 11:59:21 +03:00
|
|
|
fix styles, imports, formatting and autofixable linting errors:
|
|
|
|
```
|
|
|
|
npm run fix
|
2024-05-20 18:53:48 +03:00
|
|
|
npm run format
|
2022-09-09 14:53:35 +03:00
|
|
|
```
|