1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
No description
Find a file
2015-10-28 10:09:42 -04:00
app Add latest changes 2015-10-28 10:09:42 -04:00
config Add process env 2015-10-28 06:15:20 -04:00
public Add final logos 2015-10-28 08:51:55 -04:00
tests Add new bar-chart component (wip) 2015-10-26 11:22:07 -04:00
vendor Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
.bowerrc Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
.editorconfig Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
.ember-cli Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
.env Add process env 2015-10-28 06:15:20 -04:00
.gitignore Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
.jshintrc Create static layout with just one table 2015-09-26 16:34:31 +02:00
.travis.yml Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
.watchmanconfig Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
bower.json Add d3 library and d3-gauge component 2015-10-26 11:22:06 -04:00
deploy.sh Add deploy.sh 2015-10-15 16:18:59 -04:00
docker-compose-dev.yml added docker files 2015-10-26 11:22:07 -04:00
docker-compose.yml build FICBPlaybackSource from Dockerfile automatically 2015-10-26 11:22:07 -04:00
docker.sh added docker files 2015-10-26 11:22:07 -04:00
ember-cli-build.js Add process env 2015-10-28 06:15:20 -04:00
nginx.default.conf fixed NGinx proxy config 2015-10-26 11:22:07 -04:00
package.json Add process env 2015-10-28 06:15:20 -04:00
README.md Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
testem.json Initial Commit from Ember CLI v1.13.8 2015-09-24 22:22:14 +02:00
to-do_mon_tuesday.md we decided not to use categories 2015-10-11 10:36:20 +02:00

Lab-mashup

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.