Contributing to the docs

We welcome contributions to the docs! We're looking for ways to make the starter kit documentation better, as well as many other tips and tricks about Screeps AI development in TypeScript. If you feel like some parts of the docs need fixing/improving, definitely create a pull request.

For guidelines on contributing to the starter kit, click here.

Gitbook

Our documentation is built using Gitbook, and are accessible here. You can also start working on the docs locally by installing the Gitbook CLI.

npm install -g gitbook-cli

To run a local Gitbook server, run the following command on the project's root directory.

gitbook serve

Last updated