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

https://github.com/eclipsesource/tabris-con


https://github.com/eclipsesource/tabris-con

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Tabris Con
[![Build Status](https://travis-ci.org/eclipsesource/tabris-con.svg?branch=master)](https://travis-ci.org/eclipsesource/tabris-con)

A template for conference apps built with [Tabris.js](http://tabrisjs.com).

| Android | iOS |
|---|---|
|![Drawer](./screenshots/android.png)|![My Schedule](./screenshots/ios.png)|

## Running the app
Fork the repository and build the app on [tabrisjs.com](http://tabrisjs.com) in _Debug_ mode. Install the app on your device.

Then run:

```js
npm install
npm start
```
... and point your device to the URL printed in the console.

## Customizing the app for your conference
Tabris Con is an app template, which you can use as a starting point for developing your conference app. Most important parameters are exposed in a tweakable configuration file. For a reference, see `src/configs/googleIO2015Config.js` and `src/configs/eclipseCon2016Config.js`.

To use your own configuration, change the import in `src/configs/config.js`:

```js
import conferenceConfiguration from "./myConferenceConfig";
```