tests for visualizing SDM outputs with an attractiveness approach

jmacura c7494dba50 🚧 comment-out empty chapters před 3 roky
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
scripts 11213e9f08 🍱 update input data před 3 roky
src c7494dba50 🚧 comment-out empty chapters před 3 roky
test d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
.editorconfig 1490cb37c9 🚨 fix SCSS intendation před 3 roky
.eslintrc.json 6e3e77bd4f 🔧 add ESLint před 3 roky
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
README.md d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
angular.json 424b82f036 🚧 clean up the map před 3 roky
custom-webpack.config.js 424b82f036 🚧 clean up the map před 3 roky
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
package-lock.json 144e0e70b3 🚧 draft the user-journey před 3 roky
package.json 144e0e70b3 🚧 draft the user-journey před 3 roky
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky
tsconfig.json 1bc110c4c2 ✨ add per scenario disc charts před 3 roky
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over před 3 roky

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.