# Mbin Website ## Contributing This website is built with [Solid.js](https://www.solidjs.com), [SolidUI](https://www.solid-ui.com), and [Tailwind CSS](https://tailwindcss.com). Once you've cloned the repo and installed dependencies with `pnpm install`, start a development server: ```bash pnpm dev # or start the server and open the app in a new browser tab pnpm dev -- --open ```