Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 985 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 985 Bytes

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 [email protected]: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