Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jorgechato/alan-bug
- Owner: jorgechato
- Created: 2015-11-06T09:27:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T07:22:44.000Z (over 8 years ago)
- Last Synced: 2024-11-07T10:46:06.751Z (3 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```