An open API service indexing awesome lists of open source software.

https://github.com/mbinorg/mbin-website

Source for the joinmbin.org website, built with Solid.js, SolidUI, and Tailwind CSS.
https://github.com/mbinorg/mbin-website

mbin solid solidjs

Last synced: 8 months ago
JSON representation

Source for the joinmbin.org website, built with Solid.js, SolidUI, and Tailwind CSS.

Awesome Lists containing this project

README

          

# 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
```