Note: This is a project template.
- Update
readme.md(this file) - Update
package.jsondetails - Update
devcontainer.json - Install Renovate on the remote repository: Renovate Documentation
-
Setup Dev Containers in VS Code: Dev Containers Documentation
-
Open this project in Dev Container
Ctrl + Shift + P ->
Dev Containers: Reopen in Container
- Terminal:
pnpm dev - VS Code: Press F5
- Terminal:
pnpm format - VS Code: Ctrl + P ->
task format
- Terminal:
pnpm lint - VS Code: Ctrl + P ->
task lint
- Terminal:
pnpm typecheck - VS Code: Ctrl + P ->
task typecheck
- Terminal:
pnpm test - VS Code: Ctrl + P ->
task test
- Terminal:
pnpm check - VS Code: Ctrl + P ->
task check
For other available scripts, please refer to the scripts section in package.json.