Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 283 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 283 Bytes

IAAR Blog

Web hecha con el framework Hexo de Node.js
https://hexo.io/

Requisitos previos:
-tener instalado Node.js
-tener instaldo npm

Instrucciones:
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server

Puerto: http://localhost:4000/