An open API service indexing awesome lists of open source software.

https://github.com/22a/ducss-signup

:clipboard: iOS + Android applications for Freshers' week sign ups
https://github.com/22a/ducss-signup

Last synced: about 1 month ago
JSON representation

:clipboard: iOS + Android applications for Freshers' week sign ups

Awesome Lists containing this project

README

          

# [DUCSS](http://www.ducss.ie) Signup Apps

Ionic project that builds in to the Android and iOS apps for DUCSS' freshers' week apps.

### Prerequisites

* An mac (for iOS dev)
* An android studio (for alien dev)
* An node

### Getting Started

Install ionic:
```bash
npm install -g ionic
```

Install CLI for iOS Emulator (if mac):
```bash
sudo npm install -g ios-sim
```

Clone this
```bash
git clone git@github.com:22a/DUCSS-signup.git
```

Jump into the dir
```bash
cd Ducss-signup
```

Add a platform
```bash
ionic platform add ios
```

Run it on a simulator
```bash
ionic emulate ios
```