mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2026-02-26 17:51:54 +00:00
No description
- TypeScript 82.9%
- JavaScript 14.1%
- CSS 3%
| .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