Web site of GDG La Plata (Front)
To see the website go to: http://gdglaplata.github.io/GDGLaPlataFront/#/
-
Clone the repository and work from the master branch.
-
Install dependencies using npm-install and bower install. Make sure to have node installed in your computer prior to this.
-
To run the development server use gulp serve.
-
To deploy the changes run gulp build (or just gulp) and then push the dist folder to the gh-pages branch: git subtree push --prefix dist origin gh-pages. If you get a "Updates were rejected because a pushed branch tip is behind its remote" error, you can force it using git push origin
git subtree split --prefix dist master
:gh-pages --force
This website uses yeoman with the angular-gulp generator. You can read the documentation here: https://github.com/Swiip/generator-gulp-angular/blob/master/docs/usage.md