| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A beautiful visual editor for creating stunning GitHub statistics cards with real-time preview and customization options.
git clone https://github.com/pphatdev/studio.git
cd studio# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run previewstudio.stats.pphat.top/ ├── app/ │ ├── assets/ │ │ └── css/ # Global styles │ ├── components/ │ │ ├── icons/ # Icon components │ │ ├── sidebar/ # Sidebar components │ │ └── studio/ # Studio preview components │ ├── composables/ │ │ └── useStats.ts # Stats management composable │ ├── pages/ │ │ └── index.vue # Main studio page │ └── utils/ │ ├── data.json # Configuration and templates │ ├── themes.ts # Theme definitions │ └── utils.ts # Utility functions ├── public/ # Static assets ├── nuxt.config.ts # Nuxt configuration └── package.json # Project dependencies
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is licensed under the MIT License - see the LICENSE file for details.
Sophat LEAT (pphatdev)
| Back | FazBrowse Home | New Git URL |