Skip to content

subugoe/leibniz-frontend

Repository files navigation

Leibniz Frontend

URL: https://leibniz-briefportal.adw-goe.de/start

Build Status

TODO: Introduction

Prerequisites

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

  • Git
  • Node.js (with NPM)
    Make sure that your node version is at least 0.12.* with node -v. If your distribution comes with an older version, update with n following these steps:
    • sudo npm cache clean -f
    • sudo npm install -g n
    • sudo n stable
  • Bower: sudo npm install bower -g
  • Ember CLI: sudo npm install ember-cli -g
  • PhantomJS: sudo npm install phantomjs -g
  • Optional: SCSS linting requires Ruby gem scss-lint. Install with gem install scss_lint (yes, with an underscore). Since ember-cli-scss-lint currently ignores exludes, just use scss-lint app/styles for meaningful output.

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

TODO: How to deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published