Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minion Academy

The source code for minion.academy web app.

Development

Unit tests are in the tests/ directory. To run all the tests for all the files do:

rake test

I'm using MiniTest with the assertion syntax because reasons.

To run a local WebRick server run

rake run

Note, the rake command binds the ip to 0.0.0.0 so that the WebRick instance can be accessed from another computer on the same network. This is something that is useful to me but YMMV.

Deploying Updates

App is running on heroku so just do:

git push heroku master

To get logs:

heroku logs

Dependencies

About

Sinatra app to generate random minions/npcs based on weighted list.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages