Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 568 Bytes

website

Store Hugo's content and other source file of Choco-solver website.

Pour bien commencer, il faut avoir installé Hugo.

  1. Installer la dernière version stable de Node.js
  2. Installer PostCSS: npm install -g postcss-cli and npm install -g autoprefixer
  3. S'assurer que le thème a bien été rapatrié: git submodule update --init --recursive
  4. Lancer la commande: hugo server -D
  5. Se rendre sur le lien suivant: http://localhost:1313/
  6. Constater que ça marche

Et voilà (ou presque).