Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 376 Bytes

README.markdown

File metadata and controls

24 lines (13 loc) · 376 Bytes

PomodoOnRails: RESTful Flex Development Demo App (Rails Version)

What do I do to get started?

Get Git submodules

git submodule init
git submodule update

Set up the database

rake db:refresh

Compile your Flex application

rake rx:flex:build

Run the server

./script/server

Go check it out

Navigate to http://localhost:3000