This is a Ember.js powered web frontend for FMF.si, student community of Faculty of Mathematics and Physics, University of Ljubljana.
You will need the following things properly installed on your computer.
Django backend is currently required for development.
git clone https://github.com/FMF-studenti/frontend.git- change into the new directory
npm installbower install- copy
sample.envto.envand adapt to your local environment
ember server- visit the frontend at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
- checkout latest tag/stable code on server
- check and update
Content-Security-Policyheaders (compare with development server) ember build --environment production
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.