Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgechato/alan-bug

pagina web para la comunidad de programadores de la universidad de Zaragoza, campus de Teruel
https://github.com/jorgechato/alan-bug

Last synced: 27 days ago
JSON representation

pagina web para la comunidad de programadores de la universidad de Zaragoza, campus de Teruel

Awesome Lists containing this project

README

        

# Alan el preguntador
## Install
```zsh
$ git clone https://github.com/orggue/alan-el-preguntador.git
$ cd alan-el-preguntador
$ npm install
$ bower install
```
### Dependencies
You need to install mongodb, nodejs and gulp.
## Run
```zsh
$ gulp # developer mode
$ gulp serve # developer mode
$ gulp compile # prepare enviroment to deploy
```