0.1.1 • Published 11 years ago
marathon-dns v0.1.1
marathon-dns
A standalone component extracted from marathon for enabling custom DNS for local servers.
Installation
Note: requires >= Mac OS X 10.6
npm install marathon-dns -gOnce it finishes, open up your project file (~/.marathon), and add any projects you'd like. For example, the following project file:
{
"myawesomeapp": 3000
}would setup http://myawesomeapp.dev to point to http://localhost:3000
That's basically it.