28 lines
357 B
Markdown
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
|
|
```
|