PawnTown is a chess livestreaming platform allowing users to share otb chess games with their friends and followers.
This repository contains the source code for the PawnTown documentation.
To install the documentation, clone the repository and install the dependencies:
git clone https://github.com/PawnTown/docs.pawn.town.app
cd docs.pawn.town.app
pnpm install
To start the development server, run:
pnpm dev
The documentation will be available at http://localhost:3000
.
We are using GitHub Actions to deploy the documentation. To deploy the
documentation, push your changes to the main
branch.
This project is licensed under the MIT License - see the LICENSE