# sort **Repository Path**: qiuzhanghua/sort ## Basic Information - **Project Name**: sort - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-23 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Learn TypeScript ## pnpm/bun/yarn/npm ready ```bash pnpm install pnpm build pnpm start node dist/index.js pnpx ts-node src/index.ts ```` or ```bash bun install bun run build bun run start bun run dist/index.js bun run src/index.ts ````