| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Global community platform for Qoder developers - share agents, learn together, build faster.
qoder-community/ ├── src/ │ ├── content/ │ │ ├── skills/ # Agent skills (English) │ │ ├── skills-zh/ # Agent skills (Chinese) │ │ ├── agents/ # Community agent configurations │ │ ├── videos/ # Tutorial videos │ │ ├── meetups/ # Global meetup events │ │ ├── showcase/ # Community projects │ │ └── docs/ # Site pages │ ├── components/ │ │ ├── AgentCard.astro │ │ ├── VideoCard.astro │ │ └── MeetupCard.astro │ ├── pages/ │ │ ├── agents.astro │ │ ├── learn.astro │ │ ├── meetups.astro │ │ └── showcase.astro │ └── styles/ │ └── custom.css ├── public/ ├── astro.config.mjs └── package.json
npm installnpm run devVisit: http://localhost:4321
npm run buildnpm run previewWe currently welcome contributions for Agent Skills. Help the community by sharing your specialized skills!
For detailed instructions on how to add and format your skills, please refer to our Contributing Guide.
See DEPLOYMENT.md for detailed instructions.
Quick steps:
# 1. Push to GitHub
git add .
git commit -m "Update content"
git push
# 2. Cloudflare Pages auto-deploys (1-2 minutes)See CONTRIBUTING.md for guidelines on contributing agent configurations.
# Clean and reinstall
rm -rf node_modules package-lock.json
npm install
npm run buildCheck frontmatter format is correct.
Check Pagefind output in build logs.
Powered by Astro and Starlight
Hosted on Cloudflare Pages
| Back | FazBrowse Home | New Git URL |