Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 929 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 929 Bytes

Build Status Stories in Ready Heroku

MegamanZeroWeb

Megaman Game with multiplayer playability implemented in Dart

Steps followed to get deploy working on Heroku:

heroku login
heroku git:clone -a megamandart
cd megamandart
heroku config:set BUILDPACK_URL=https://github.com/selkhateeb/heroku-buildpack-dart.git
#heroku config:set DART_SDK_URL=https://github.com/selkhateeb/heroku-vagrant-dart-build/releases/download/latest/dart-sdk.tar
heroku config:set DART_SDK_URL=https://www.dropbox.com/s/hxh64kesz2xw6sy/dart-sdk.tar
heroku ps:scale  web=1