Last active
December 17, 2015 00:29
-
-
Save retronym/5520762 to your computer and use it in GitHub Desktop.
scala-2.10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo gem install keydown # optional, only needed if you update the markdown. | |
git clone [email protected]:retronym/talks.git | |
git clone -b topic/play-keydown [email protected]:retronym/replhtml.git && cd replhtml | |
sbt -Dkeydown.root=$PWD/../talks/scala-2.10 run | |
open http://localhost:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment