Skip to content

FMF-studenti/frontend

Repository files navigation

Študentske strani FMF - Ember.js Frontend

Homepage Latest release License

This is a Ember.js powered web frontend for FMF.si, student community of Faculty of Mathematics and Physics, University of Ljubljana.

Prerequisites

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

Django backend is currently required for development.

Installation

  • git clone https://github.com/FMF-studenti/frontend.git
  • change into the new directory
  • npm install
  • bower install
  • copy sample.env to .env and adapt to your local environment

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

Deploying

  • checkout latest tag/stable code on server
  • check and update Content-Security-Policy headers (compare with development server)
  • ember build --environment production

Further Reading / Useful Links

Copyright

Copyright (C) 2015 Tadej Novak

This project may be used under the terms of the GNU General Public License version 2.0 (or later) as published by the Free Software Foundation and appearing in the file LICENSE.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.