Skip to content

dannyvassallo/arianagrande

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ariana Grande

This includes:

  1. jQuery
  2. Bootstrap
  3. Font Awesome
  4. Heroku Deployment Config

Getting Started


Clone the repo using the GUI or terminal. To do so in terminal, use the following:

git clone https://github.com/dannyvassallo/arianagrande.git
cd arianagrande

From the "arianagrande" directory, install the gems by running the following:

bundle install

To fire up the server while in the "arianagrande" directory use this command:

middleman s

If you are having issues with livereload not working fire up the server using:

middleman s --force-polling --verbose

To kill the server use "ctrl+c"

If you find yourself curious as to what directory you are in use the following in terminal:

pwd

It should turn up "arianagrande"

Deploying

Create a new app on heroku using heroku-cli. Pass in the following:

heroku create YOUR-APP-NAME

To deploy, commit all changes and pass in:

git push heroku master

To deploy a non-master branch use:

git push heroku MY-NEW-BRANCH:master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published