No description
Find a file
John Wesley c5d404f57a
Merge pull request #1 from MbinOrg/new-pages
Add an Apps and Releases page and numerous enhancements to the Servers page
2024-07-16 15:40:51 -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 Add a link to contribute more apps to the list 2024-07-16 15:38:33 -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 a new page that displays Mbin releases 2024-07-16 14:25:15 -04:00
pnpm-lock.yaml Add a new page that displays Mbin releases 2024-07-16 14:25:15 -04: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