Skip to content

dodecamin/machiawase-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:

% bundle install

Run:

% gem install foreman
% foreman start

Deploy to Heroku:

% heroku create --stack cedar APP_NAME
% git push heroku master