Skip to content

Commit

Permalink
incluir pasos para 'setting up' en el README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexishevia committed Jan 21, 2015
1 parent 5f10391 commit d61c16f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Sitio de Panama Startup Way Manifesto

Este repositorio contiene el sitio de [Panama Startup Way Manifesto](http://insertarurldelsito.com), la pagina fue generada con Jade y Stylus usando el preprocesador y server estatico [HarpJs](https://www.harpjs.com).

## Setting Up
- Instalar [Node.js](http://nodejs.org/)
- Instalar harp: `npm install -g harp`
- Instalar bower: `npm install -g bower`
- Instalar dependencias: `bower install`
- Arrancar el servidor de harp: `harp server`
La aplicación debe estar corriendo en [http://localhost:9000/](http://localhost:9000/).

## Compilar Pagina

Para compilar la pagina por favor guiarse por las reglas de compilado de Harp: [http://harpjs.com/docs/environment/compile](http://harpjs.com/docs/environment/compile).
Expand Down

0 comments on commit d61c16f

Please sign in to comment.