Oneverse is a platform that provides APIs for game developers to create and manage their games. This documentation will guide you through the process of integrating Oneverse's APIs into your game.
Package manager (bun, pnpm, yarn or npm) is required to install the dependencies. Here are examples of how tos using bun:
bun install
To start the server, run the following command:
bun run docs:dev
To build the site, run the following command:
bun run docs:build