Skip to content

sogilis/Svadilfari

Repository files navigation

Svadilfari

This is a small sinatra app including

Init

Clone the project and just execute rake install task :

rake install

This will fetch gem and bower dependencies and reset the git repo.

Heroku ping

A rake task is available to ping every hour the app.

heroku config:add PING_URL=http://my-app.herokuapp.com
heroku addons:add scheduler:standard
heroku addons:open scheduler

Add rake dyno_ping to be run once an hour.

Run

$ bundle exec guard
$ bundle exec rackup

And visit http://localhost:9292

ToDo

  • Write html in haml files under views.
  • Write server side app in app.rb
  • Write style under assets/stylesheets
  • Write amazing javascript under assets/javascripts
  • Don't forget, use bower to add nice js/css libs and sprockets to load them

About

Sinatra + haml + bower + sprockets + bootstrap + sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published