mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-06-30 15:18:54 +00:00
14 lines
386 B
Markdown
14 lines
386 B
Markdown
# 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
|
|
```
|