Skip to content
forked from screeps/docs

Projet de traduction française de la documentation du jeu Screeps

Notifications You must be signed in to change notification settings

ScreepsFrance/docs

 
 

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

About

Projet de traduction française de la documentation du jeu Screeps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.5%
  • SCSS 17.2%
  • Stylus 9.2%
  • CSS 1.9%
  • Pug 1.2%