No description
Find a file
2025-05-21 10:51:34 -04:00
.github/workflows Have GitHub action rebuild every hour 2024-07-03 08:28:21 -04:00
public Add Mbin favicon and simplify readme dev instructions 2024-07-03 16:13:12 -04:00
src Fix fedidb API usage (#7) 2025-05-21 10:51:34 -04: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