A visual identity generator
Initialize the git repository for the project:
git init
Add and commit the files:
git add .
git commit -m 'initial commit'
Create a new repository on github
Make sure it has the same name you entered when you generated this project: visual-identity
Edit the project files to add your content.
Deploy to GitHub Pages:
grunt deploy