Skip to content

GDGLaPlata/GDGLaPlataFront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDGLaPlataFront

Web site of GDG La Plata (Front)

To see the website go to: http://gdglaplata.github.io/GDGLaPlataFront/#/

Development

  • 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

About

Web site of GDG La Plata (Front)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published