No description
  • TypeScript 82.9%
  • JavaScript 14.1%
  • CSS 3%
Find a file
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