iSLA is web application for visualization of scientific findings on an interactive map, providing access to resources for further scientific use, the possibility of adding professionally verifiable data and the possibility of new use of published materials. It is focused on visualization, and analysis of data related to slovenian dialects, colected by Fran Ramovš Institute of the Slovenian Language.
-
Project uses vue/cli 4.5.15. Install instructions @ https://cli.vuejs.org/guide/installation.html
-
Vue CLI 4.x requires Node.js version 8.9 or above (v10+ recommended) @ https://nodejs.org/en/download/
To contribute clone repository, install dependencies and run NPM:
git clone <repository link> // clone repository to local directory
cd <to/project/dir> // move to project directory
npm install // install dependencies
npm run serve // server will start in port 8080
npm run build // compiles and minifies for production
npm run lint // ints and fixes files