Skip to content

unisul/generator-virtual-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator Virtual Bar

Generating Unisul Virtual homepage bar

Developing

For this project, you must have installed Node.js, Git and Gulp.

  1. Install Git and Node.js (if you have not)
  2. Install Gulp globally: [sudo] npm install gulp -g
  3. Clone the project: git clone git@github.com:unisul/generator-virtual-bar.git
  4. Open the project folder: cd generator-virtual-bar
  5. In the project folder, install the dependencies: [sudo] npm install

Create a server and watch files

In the project folder, just type:

gulp watch

Upload files to a github pages

  1. Verify changes: git status
  2. Add all included/modify files, if necessary: git add .
  3. Commit your changes: git commit -m "Any message"
  4. Push files to a github pages: git push origin gh-pages

Credits

Diogo Moretti