Skip to content

The official wiki for Suroi, an open-source 2D battle royale game inspired by surviv.io.

Notifications You must be signed in to change notification settings

valdiboi/suroi-wiki

 
 

Repository files navigation

Suroi Wiki

The official wiki for Suroi, an open-source 2D battle royale game inspired by surviv.io.

wiki.suroi.io

Setup

Node.js 20+ and pnpm are required.

If you don't have pnpm installed, you can install it with npm i -g pnpm.

git clone https://github.com/HasangerGames/suroi-wiki.git
cd suroi-wiki
git submodule init
git submodule update --remote
pnpm install

Development

To start a local development server, run pnpm dev, then go to https://127.0.0.1:3000 in your browser.

Production

To build for production, run pnpm build. To start the server, run pnpm start.

About

The official wiki for Suroi, an open-source 2D battle royale game inspired by surviv.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 51.5%
  • TypeScript 47.4%
  • Other 1.1%