You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
public | 3 years ago | |
src | 2 years ago | |
.gitignore | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
babel.config.js | 4 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
postcss.config.js | 4 years ago | |
tsconfig.json | 4 years ago | |
tslint.json | 4 years ago | |
vue.config.js | 4 years ago |
README.md
Kulini (Frontend)
Copyright
Copyright © 2018–2020 Marc Schlagenhauf
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/.
Installation
Install Node.js and npm on your system and run the following commands:
git clone https://git.schlagma.de/kulini/kulini-frontend.git
cd kulini-frontend
npm install
npm run build