Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 477 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 477 Bytes

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 user generate-watch instead of generate to sync changes in real time.

  1. Run development server:
npm run server