From 255f99409918424284b39bcd9e40749e956e6151 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Tue, 5 Dec 2017 10:37:19 +0700 Subject: [PATCH] Point to docs + contributing guidelines in readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a0173bd..9a657d9 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,11 @@ Finally, there are also NPM scripts that serve as aliases for these commands in ## Typings The type definitions for Screeps come from [typed-screeps](https://github.com/screepers/typed-screeps). If you find a problem or have a suggestion, please open an issue there. + +## Documentation + +We also have a community-maintained [documentation page](https://screepers.gitbooks.io/screeps-typescript-starter/), which includes all the essentials to get you up and running with Screeps AI development in TypeScript, as well as various other tips and tricks to further improve your development workflow. + +## Contributing + +Issues, Pull Requests, and contribution to the docs are welcome! See our [Contributing Guidelines](CONTRIBUTING.md) for more details.