# Typescript A "simple" typescript starter. Uses [bun](https://bun.sh) to manage dependencies and run the project, because well, I don't know. Code crimes. ## Install ```bash bun install ``` ## Run ```bash bun start ``` ## Linting Linting is done with [Prettier](https://prettier.io/), [my editor](https://zed.dev/) is set up to run it on save so I've not added a linting script.