An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# BD2 Wiki

[![Netlify Status](https://api.netlify.com/api/v1/badges/1f005d9b-7cba-4878-a9a5-ab8a892ce82c/deploy-status)](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