Generating Unisul Virtual homepage bar
For this project, you must have installed Node.js, Git and Gulp.
- Install Git and Node.js (if you have not)
- Install Gulp globally:
[sudo] npm install gulp -g
- Clone the project:
git clone [email protected]:unisul/generator-virtual-bar.git
- Open the project folder:
cd generator-virtual-bar
- In the project folder, install the dependencies:
[sudo] npm install
In the project folder, just type:
- Verify changes:
git status
- Add all included/modify files, if necessary:
git add .
- Commit your changes:
git commit -m "Any message"
- Push files to a github pages:
git push origin gh-pages