Screeps Typescript Starter
  • Introduction
  • Getting Started
    • Installation
    • Authenticating with Screeps
    • Deploying
  • In-Depth
    • Module bundling
    • Deploy destinations
    • TypeScript
    • Prettier
    • Testing
    • Cookbook
      • Environment variables
      • One-line PowerShell setup
    • Remote Development
    • Troubleshooting
    • Contributing to the docs
Powered by GitBook
On this page
  1. In-Depth

Contributing to the docs

PreviousTroubleshooting

Last updated 6 years ago

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, .

Gitbook

Our documentation is built using , and are accessible . 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
click here
Gitbook
here