# Silly tools a collection of useful tools that toby wants to be publicly available on the internet :D ## Getting Started Install dependencies: ```bash cd backend && bun install && cd .. cd web && bun install && cd .. ``` ## Development To start the development run in either `backend` or `web` directory: ```bash bun run dev ```