Skip to content

screeps/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9103996 Β· May 7, 2024
Feb 13, 2020
May 7, 2024
May 7, 2024
Nov 21, 2019
May 7, 2024
Oct 14, 2019
May 23, 2017
Feb 13, 2020
Apr 17, 2017
May 1, 2017
Dec 13, 2020
Dec 13, 2020

Repository files navigation

This project contains the sources of the documentation web site for Screeps online game.

You need to have Node.js in order to build this project.

  1. Install all npm dependendcies:
npm install
cd api
npm install
cd ..
  1. Generate static site:
npm run generate
cd api
npm run generate
cd ..

You can use generate-watch instead of generate to sync changes in real time.

  1. Run development server:
npm run server