mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-06-07 20:08:55 +00:00
No description
.github/workflows | ||
public | ||
src | ||
.gitignore | ||
app.config.ts | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
README.md | ||
tailwind.config.cjs | ||
tsconfig.json | ||
ui.config.json |
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