webapp/README.md
2023-02-10 10:41:21 +01:00

28 lines
357 B
Markdown

## How to start
```
yarn install
yarn start
```
with different backends
```
yarn run start:local
yarn run start:production
yarn run start:staging
```
## Useful commands
run checks
```
yarn run check
```
type checking with watch
```
yarn run typecheck:watch
```
## Code generation
generate new SolidJS context:
```
npx hygen context new NewContextName
```