Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 870 Bytes

contributing.md

File metadata and controls

19 lines (12 loc) · 870 Bytes

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