Skip to content

dddware/dfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFILL

Generate placeholder text with song lyrics

Install

// Clone the repository
$ git clone [email protected]:dddware/dfill.git
$ cd dfill

// Install dependencies
$ bundle install

// Run application
// Run sass watch for integration
$ sass --watch stylesheets/style.sass:public/stylesheets.style.css
$ bundle exec ruby dfill.rb -p 3002

Administration

Create a config.rb file at the application root with the following contents :

$config = {
    :login => 'dfill',
    :password => 'yourpassword'
}

You will then be able to reach /admin and manage the shit out of your lines.

About

Generate placeholder text with song lyrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published