Skip to content

Commit d30c0d6

Browse files
author
root
committed
Initial GameQuery community template
0 parents  commit d30c0d6

7 files changed

Lines changed: 118 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
dist/
3+
build/
4+
.env

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.0.0] - 2026-03-20
6+
7+
- Initial public release template for GameQuery Community Market.
8+
- Added README structure with auto-import friendly sections.
9+
- Added sample image assets for cover and gallery previews.
10+
11+
## [0.1.0] - 2026-03-15
12+
13+
- First internal draft of the repository model.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Example Maintainer
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# GameQuery Example
2+
3+
A reference repository template for GameQuery Community Market submissions.
4+
Fork this project and replace the sample content with your real app details.
5+
6+
![Cover](assets/cover.svg)
7+
8+
## Screenshots
9+
10+
![Dashboard screenshot](assets/screenshot-dashboard.svg)
11+
![Settings screenshot](assets/screenshot-settings.svg)
12+
13+
## Description
14+
15+
This section should explain what your app does, who it is for, and what problem it solves.
16+
The first meaningful paragraph is used by GameQuery to auto-fill the marketplace description.
17+
18+
## Key Features
19+
20+
- Real-time game server tracking and smart filtering
21+
- Lightweight admin dashboard with API usage analytics
22+
- One-click export for setup and migration workflows
23+
24+
## Built With
25+
26+
- TypeScript
27+
- React
28+
- Node.js
29+
- PostgreSQL
30+
31+
## Quick Start
32+
33+
```bash
34+
npm install
35+
npm run dev
36+
```
37+
38+
## Community Market Checklist
39+
40+
- Public repository (not archived)
41+
- `README.md` present and descriptive
42+
- `CHANGELOG.md` present with version sections
43+
- SPDX license detected (`LICENSE` file)
44+
- Images included in `README.md` (recommended for cover/gallery import)
45+
46+
## License
47+
48+
This example uses the MIT license. Replace it with the license that matches your project.

assets/cover.svg

Lines changed: 12 additions & 0 deletions
Loading

assets/screenshot-dashboard.svg

Lines changed: 10 additions & 0 deletions
Loading

assets/screenshot-settings.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)