jlongster / noodleconfware

The conference software for noodleconf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoodleConfWare

Installation instructions

Clone the repository

git clone git://github.com/nooodle/noodleconfware.git

Install node by using brew or through the website http://nodejs.org/#download

cd noodleconfware

cp local.json-dist local.json

npm install

Set up speaker whitelist

cp speakers.json-dist speakers.json

Add your emails in that file

Run the site

node app.js

Tests

make test

About

The conference software for noodleconf

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%