tests for visualizing SDM outputs with an attractiveness approach

jmacura 694a3a9155 🐛 fix region data il y a 3 ans
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
public e8cbc93dc2 🍱 add variable mappings il y a 3 ans
scripts d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
src 694a3a9155 🐛 fix region data il y a 3 ans
test d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
.editorconfig d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
README.md d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
angular.json d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
custom-webpack.config.js d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
package-lock.json d7f4558f53 ➕ ➖ replace danfojs with D3 il y a 3 ans
package.json d7f4558f53 ➕ ➖ replace danfojs with D3 il y a 3 ans
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over il y a 3 ans

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.