Skip to content

icssc-projects/UCI-Directory

Repository files navigation

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.

Releases

No releases published

Packages

No packages published