webapp/README.md
Untone a880fe81e5
All checks were successful
deploy / test (push) Successful in 2m7s
deploy / Update templates on Mailgun (push) Has been skipped
stability-editing
2024-02-05 11:59:21 +03:00

31 lines
425 B
Markdown

## How to start
```
npm install
npm start
```
## Useful commands
run checks
```
npm run check
```
type checking with watch
```
npm run typecheck:watch
```
fix styles, imports, formatting and autofixable linting errors:
```
npm run fix
```
## Code generation
generate new SolidJS component:
```
npm run hygen component new NewComponentName
```
generate new SolidJS context:
```
npm run hygen context new NewContextName
```