tests for visualizing SDM outputs with an attractiveness approach

jmacura c65d6b1d2a 🐛 fix SCENARIO & DOMAIN included in dots 3 年之前
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前
scripts 11213e9f08 🍱 update input data 3 年之前
src c65d6b1d2a 🐛 fix SCENARIO & DOMAIN included in dots 3 年之前
test d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前
.editorconfig 1490cb37c9 🚨 fix SCSS intendation 3 年之前
.eslintrc.json 6e3e77bd4f 🔧 add ESLint 3 年之前
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前
README.md d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前
angular.json 424b82f036 🚧 clean up the map 3 年之前
custom-webpack.config.js 424b82f036 🚧 clean up the map 3 年之前
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前
package-lock.json 424b82f036 🚧 clean up the map 3 年之前
package.json 424b82f036 🚧 clean up the map 3 年之前
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前
tsconfig.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 年之前

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.