3
1
Fork
You've already forked mbin-website
0
Source for the joinmbin.org website, built with Solid.js, SolidUI, and Tailwind CSS. https://joinmbin.org/
  • TypeScript 82.9%
  • JavaScript 14.1%
  • CSS 3%
2026年02月18日 14:57:49 -05:00
.github/workflows Change cron schedule to run every 6 hours ( #8 ) 2025年11月28日 11:00:25 -05:00
public Add Mbin favicon and simplify readme dev instructions 2024年07月03日 16:13:12 -04:00
src Update Interstellar data ( #9 ) 2026年02月18日 14:57:49 -05:00
.gitignore FEAT: initial setup and servers page 2024年07月02日 16:35:31 -04:00
app.config.ts FIX: move icons to unplugin-icons to prevent ui shifts 2024年07月02日 19:13:11 -04:00
LICENSE Initial commit 2024年07月02日 16:32:48 -04:00
package.json Add remark-gfm plugin to markdown renderer ( #4 ) 2024年11月28日 11:32:29 +01:00
pnpm-lock.yaml Add remark-gfm plugin to markdown renderer ( #4 ) 2024年11月28日 11:32:29 +01:00
postcss.config.cjs FEAT: initial setup and servers page 2024年07月02日 16:35:31 -04:00
README.md Add Mbin favicon and simplify readme dev instructions 2024年07月03日 16:13:12 -04:00
tailwind.config.cjs FEAT: initial setup and servers page 2024年07月02日 16:35:31 -04:00
tsconfig.json FIX: move icons to unplugin-icons to prevent ui shifts 2024年07月02日 19:13:11 -04:00
ui.config.json FEAT: initial setup and servers page 2024年07月02日 16:35:31 -04:00

Mbin Website

Contributing

This website is built with Solid.js, SolidUI, and Tailwind CSS.

Once you've cloned the repo and installed dependencies with pnpm install, start a development server:

pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open