tests for visualizing SDM outputs with an attractiveness approach

jmacura d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
public e8cbc93dc2 🍱 add variable mappings 3 rokov pred
scripts d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
src d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
test d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
.editorconfig d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
README.md d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
angular.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
custom-webpack.config.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
package-lock.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
package.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 rokov pred

README.md

Get started

Install the dependencies...

npm install

Note that if you have npm < 7 you need to install peer-dependencies manually.

...then start Angular dev server:

npm run dev

Navigate to localhost:4200. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.