tests for visualizing SDM outputs with an attractiveness approach

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

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.