- Node.js
- pnpm
- Install dependencies
pnpm i
- Start Typespec watcher and documentation server from openapi
selectedAPIName is the name of openapi.${selectedAPIName}.yaml
NAME=${selectedAPIName} pnpm dev
pnpm dev
- 2. Start Typespec watcher and documentation server from openapipnpm build
- Build the tsp filespnpm lint
- Lint the tsp files and openapi files