Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 635 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 635 Bytes

UCI-Directory

Demo app used in iOS Workshop on Nov 6, 2015 by Edward Xia.

Download

git clone --recursive https://github.com/ICSSC/UCI-Directory.git

If you forget "--recursive":

git submodule sync
git submodule update --init

Install Dependencies

NodeJS is required for the server app.

cd Server
npm install
npm install coffee-script -g

Start Server

cd Server
coffee server.coffee

Note: server requires on campus network or UCI VPN.

Build and Run the app

Open "UCI Directory.xcodeproj" and build.

Play!

This app is build in a single afternoon, so code may be hacky.