Commit
This commit is contained in:
commit
3ccef121b8
7 changed files with 50 additions and 0 deletions
19
readme.md
Normal file
19
readme.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# CorgBot Example Repo
|
||||
My girlfriend was interested in Ruby development, putting up a tutorial for her to break down as desired.
|
||||
|
||||
|
||||
## Steps
|
||||
``` bash
|
||||
# Install Sinatra
|
||||
gem install sinatra
|
||||
|
||||
# Run development server
|
||||
rackup
|
||||
```
|
||||
|
||||
## How It Works
|
||||
On each index (`/`) load, selects a random image from the `public/images` directory and returns a view (`views/index.erb`) that displays the image. Run with it as you will.
|
||||
|
||||
|
||||
## License
|
||||
None, do what you want with it. Simply an example.
|
||||
Reference in a new issue