Skip to content
forked from msrd/msrd.io

Source files for the Microsoft Regional Director web site

Notifications You must be signed in to change notification settings

greglow-sdu/msrd.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msrd.io

The web site for the Microsoft Regional Directors, a global community of independent Microsoft ambasadors.

STOP!

May 30, 2013

We have stopped working on the Master branch. All work is continuing on the Static branch for now. Two reasons:

  1. Updates to Master get deployed immediately to www.msrd.io

  2. Static gets 'compiled' into a release folder, which will eventually get deployed to Azure. But we haven't figured that out yet.

Technical details about the RD site

  • HTML5 and CSS3, naturally
  • Hosted on Azure as part of their preview "web site"
  • Node.js and Express for minimal routing and layout engine
  • Content marked up as Jade (HTML), Stylus (CSS) and Markdown (text)
  • No client-side Javascript (yet)
  • Git for source control; change sets pushed to Azure via git push
  • Source will be on github

Getting Started

% npm install
% npm install -g supervisor
% ./autostart

Now open http://localhost:3000 to view

Stretch goals for the site

About

Source files for the Microsoft Regional Director web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Shell 1.6%