This is the frontend web app of the INTER!ACT discussion platform.
- Make sure to have the
aurelia-cli
tool installed. - Install dependencies via npm:
npm install
- Build this app via
au build --env prod
- Copy the following directories on your webserver:
- images
- scripts
- styles
- Do the same for the following files:
- .htaccess
- FileSaver.js
- index.html
Please note that some files in this repository are NOT covered by the following license, for further information check the additional license notes.
Copyright (C) 2017-2018 Manuel Weissensteiner
Copyright (C) 2017-2018 Elias Batek
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
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
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.