tests for visualizing SDM outputs with an attractiveness approach

jmacura 95ecadfcab 📝 improve normalization script docs 3 lat temu
.vscode d3de0e4947 ♻️ throw all front-end to trash and start over 3 lat temu
scripts 95ecadfcab 📝 improve normalization script docs 3 lat temu
src 66693fcf54 💄 prevent animations from multiple starting 3 lat temu
test d3de0e4947 ♻️ throw all front-end to trash and start over 3 lat temu
.browserslistrc d3de0e4947 ♻️ throw all front-end to trash and start over 3 lat temu
.editorconfig 1490cb37c9 🚨 fix SCSS intendation 3 lat temu
.eslintrc.json 6e3e77bd4f 🔧 add ESLint 3 lat temu
.gitignore d3de0e4947 ♻️ throw all front-end to trash and start over 3 lat temu
README.md d3de0e4947 ♻️ throw all front-end to trash and start over 3 lat temu
angular.json ebb0ea24fa ♻️ user journey paged 3 lat temu
custom-webpack.config.js 465cb59bf1 ♻️ user journey paged part 3 3 lat temu
karma.conf.js d3de0e4947 ♻️ throw all front-end to trash and start over 3 lat temu
package-lock.json 76b9a80645 🔖 0.2.0 3 lat temu
package.json 76b9a80645 🔖 0.2.0 3 lat temu
tsconfig.app.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 lat temu
tsconfig.json 1bc110c4c2 ✨ add per scenario disc charts 3 lat temu
tsconfig.spec.json d3de0e4947 ♻️ throw all front-end to trash and start over 3 lat temu

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.