This is the repo used for this blog post: Converting a static website to Buffalo.
Here is the original README that ships with this project so you can feel free to run it:
Thank you for choosing Buffalo for your web development needs.
Buffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the "buffalo dev" command:
$ buffalo dev
If you point your browser to http://127.0.0.1:3000 you should see a "Welcome to Buffalo!" page.
Congratulations! You now have your Buffalo application up and running.
We recommend you heading over to http://gobuffalo.io and reviewing all of the great documentation there.
Good luck!