All the codes run in screeps are in the src folder.
-
Change to the project's root directory where has package.json and Gruntfile.js.
-
Install project dependencies with
npm install
. -
Change Gruntfile-template.js to Gruntfile.js, and change the email, password, src in the file.
-
Run Grunt with
grunt screeps
.