https://github.com/eclipsesource/tabris-con
https://github.com/eclipsesource/tabris-con
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipsesource/tabris-con
- Owner: eclipsesource
- License: other
- Created: 2016-01-13T16:35:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:44:16.000Z (over 3 years ago)
- Last Synced: 2025-03-24T09:52:51.628Z (over 1 year ago)
- Language: JavaScript
- Size: 15.1 MB
- Stars: 10
- Watchers: 18
- Forks: 8
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tabris Con
[](https://travis-ci.org/eclipsesource/tabris-con)
A template for conference apps built with [Tabris.js](http://tabrisjs.com).
| Android | iOS |
|---|---|
|||
## 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";
```