The full tutorial website for Code Weekend or anyone who wants to learn to build a NodeJS webapp. Organized by Dining Philosophers in association with PennApps. Maintained by Devesh Dayal. Founded by Brynn Claypoole, Lewis Ellis and Pranav Vishnu Ramabhadran.
Changes to be made to markdown documents in /Markdown and then compiled HTML using Sublime Text + Markdown Preview and then to be moved to the top-level directory. For Markdown preview use Markdown Flavored (Not Github-Flavored) add the following to User Settings in order to compile custom CSS and to use code highlighting:
{ "css" : "*.css", "enable_highlight": true, }