Ecosyste.ms: Awesome
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: 30 days ago
JSON representation
Source for the joinmbin.org website, built with Solid.js, SolidUI, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/mbinorg/mbin-website
- Owner: MbinOrg
- License: agpl-3.0
- Created: 2024-07-02T20:32:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T15:56:22.000Z (4 months ago)
- Last Synced: 2024-08-11T17:08:05.071Z (4 months ago)
- Topics: mbin, solid, solidjs
- Language: TypeScript
- Homepage: https://joinmbin.org/
- Size: 243 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```