https://github.com/tylim88/bd2-wiki
Wiki for the mobile game Brown Dust 2
https://github.com/tylim88/bd2-wiki
Last synced: about 2 months ago
JSON representation
Wiki for the mobile game Brown Dust 2
- Host: GitHub
- URL: https://github.com/tylim88/bd2-wiki
- Owner: tylim88
- License: mit
- Created: 2024-01-20T09:15:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T18:21:58.000Z (about 1 year ago)
- Last Synced: 2024-05-22T18:26:25.728Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://bd2.wiki
- Size: 2.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BD2 Wiki
[](https://app.netlify.com/sites/bd2wiki/deploys)
setup: `npm run setup`
dev: `npm run dev`under development
update: I quit the game because of time constraint
## Techs
1. React
2. Typescript
3. Mantine
4. Tan Stack Router
5. Vite
6. Zustand
7. Zod## Data Files Naming Conventions
Instead of using meta file name, this wiki use in game name to name data files, the conventions are:
1. Replace `-` and `space` with `_`
2. Remove all special characters except `_`
3. Transform all alphabet to lower case