MS Dev Show Podcast website source. Our website is automatically updated when this repo changes. Fork this project to make a similar site.
A NEW podcast for Microsoft developers covering topics such as Azure/cloud, Windows, Windows Phone, .NET, Visual Studio, and more! Hosted by Jason Young and Carl Schweitzer.
Subscribe to the show using our RSS Feed, or search for "ms dev show" in your favorite podcast app.
The MS Dev Show site utilizes Docpad, a nodejs-based static site generation tool, to build its website and resources. Follow the installation steps below to run a local copy of the site.
If you just want to run a local copy of the site using Docker, simply run:
docker run -i -d -P ytechie/msdevshow
kubectl apply -f https://raw.githubusercontent.com/ytechie/msdevshow/master/msdevshow-k8s.yaml
-
Download and install nodejs (use default options)
-
In the command prompt/terminal, navigate to your git repository folder
npm install npm install -g docpad@6 docpad run
And done! These guidelines should work for both Windows and Mac OS X.
- From the command prompt/terminal, navigate to your git repository folder
- Run the command
docpad run
, this will start a local server and begin rendering your files - Open your favorite web browser and navigate to http://localhost:9778/