βοΈππ πππβ
Make sure to have Bun installed on your system:
# On Linux, MacOS or WSL
curl -fsSL https://bun.sh/install | bash
# On Windows (sorry 'bout that)
powershell -c "irm bun.sh/install.ps1 | iex"bun installbun run devbun run buildLint with ESLint
bun run lintType-Check with TypeScript
bun run lintbun run test