What's the what?

Volna is a simple webserver for when you want to develop straight HTML, CSS and JavaScript apps with a little more sofistication than opening individual files and a lot less work than setting up Apache, nginx or IIS.

Running

$ gem install volna
$ cd *path_to_project*
$ volna

Go to your browser on http://localhost:1995 and have fun.

Options

You can also run volna specifying a path:

$ volna ~/this-is-amazing

Have fun!