Skip to content

Chess-Arbiter/handbook

Repository files navigation

Chess Arbiter

Here you'll find everything you need to know about playing chess, laid out in simple, easy-to-understand language. Our handbook is available in multiple languages.

https://chessarbiter.info

How it works

We store sorted data by categories in our Firebase database. At the time of visiting the page, we send a dynamic generated request to Firebase and receive data in the current language of the site.

  • Page display file: ./app/[lang]/[prefix]/[page]/page.tsx
  • Request file: ./utils/getPage.ts

Stack

  • NextJs
  • Firebase

Contributors