GitBook: [master] 17 pages and 5 assets modified

This commit is contained in:
resir014
2018-08-06 07:35:02 +00:00
committed by gitbook-bot
parent e30369ac50
commit 1b205e3330
19 changed files with 86 additions and 75 deletions

View File

@@ -6,7 +6,7 @@ The starter kit builds your code using `rollup`, which uses a `screeps.json` fil
The `screeps.json` file is a JSON configuration file separated into multiple environments. We're going to focus on the `main` environment to get you started. If you'd like to deploy to a different branch, be sure to change the `branch` key to the branch you'd like to deploy to.
![authenticating-4](img/authenticating-4.png)
![authenticating-4](../.gitbook/assets/authenticating-4.png)
> **Note:** You don't have to manually create the target branch in your Screeps client if it doesn't exist yet. `rollup-plugin-screeps` will do it for you.
@@ -20,6 +20,7 @@ npm run push-main
You're done! Now go to your Screeps client and make sure your code is deployed properly.
![deploying-2](img/deploying-2.png)
![deploying-2](../.gitbook/assets/deploying-2.png)
Ready for something extra? [Read on.](../in-depth/module-bundling.md)