Giter Site home page Giter Site logo

codex-blackboard's Introduction

codex-blackboard

Meteor app for coordating solving for our MIT Mystery Hunt team. To run:

$ cd codex-blackboard
$ meteor
<browse to localhost:3000>

Note that you'll code is pushed live to the server as you make changes, so you can just leave meteor running. Occassionally we make changes to the database schema -- add new sample data, change how things are organized, etc. In those cases:

$ meteor reset
$ meteor

will wipe the old database and start afresh.

At the moment the two ways to install Meteor are:

  • just make a git clone of the meteor repo and put it in $PATH, or
  • use the package downloaded by their install shell script

The first option is something like:

$ cd ~/3rdParty ; git clone git://github.com/meteor/meteor.git ; cd ~/bin ; ln -s ~/3rdParty/meteor/meteor .

Note that meteor can run directly from its checkout, and figure out where to find the rest of its files itself.

The second option is "easier" but gives me the willies:

$ curl https://install.meteor.com | /bin/sh

You should probably watch the screencast at http://meteor.com to get a sense of the framework; you might also want to check out the examples they've posted, too.

The following links should give you a sense of the functionality we're attempting to reimplement (talk to us if you need a reminder of the login and password for these):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.