Skip to content

sjclemmy/ionic-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ionic-site

Repo for the ionicframework.com site. To preview local Ionic changes, follow the instructions at the Ionic repo.

gulp watch uses LiveReload. You may have to up your max file limit with the following command:

ulimit -n 7000

Local Build

jekyll serve -w

npm install

sudo npm install -g gulp

gulp watch

http://localhost:4000/

Deploy

Install heroku-toolbelt or with homebrew

brew install heroku-toolbelt

Then log into heroku

heroku login
# enter your email and password when promted

Then add the heroku remote

git remote add heroku https://git.heroku.com/ionic-site.git
  • Make your changes
  • Run gulp
  • Run ./deploy.sh
  • git push heroku master

Community

Authors

Max Lynch

Ben Sperry

Adam Bradley

About

Repo for the ionicframework.com site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • HTML 32.5%
  • CSS 2.4%