tests for visualizing SDM outputs with an attractiveness approach

jmacura 74c0a39a4b 🚧 re-add danfojs %!s(int64=3) %!d(string=hai) anos
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
public e8cbc93dc2 🍱 add variable mappings %!s(int64=3) %!d(string=hai) anos
scripts d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
src d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
test d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
.editorconfig d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
README.md d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
angular.json d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
custom-webpack.config.js d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
package-lock.json 74c0a39a4b 🚧 re-add danfojs %!s(int64=3) %!d(string=hai) anos
package.json 74c0a39a4b 🚧 re-add danfojs %!s(int64=3) %!d(string=hai) anos
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over %!s(int64=3) %!d(string=hai) anos

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.