You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Data-Science-For-Beginners/3-Data-Visualization/13-meaningful-visualizations/solution
dependabot[bot] 616d7a0b35
chore(deps-dev): bump fast-uri
4 days ago
..
public renumber viz lessons 5 years ago
src renumber viz lessons 5 years ago
.gitignore renumber viz lessons 5 years ago
README.md docs: update solution README to document Node >=20.0.0 requirement 2 weeks ago
babel.config.js renumber viz lessons 5 years ago
package-lock.json chore(deps-dev): bump fast-uri 4 days ago
package.json fix: add engines node>=20.0.0 to starter and fix duplicate engines key in solution 2 weeks ago

README.md

Dangerous Liaisons data visualization project

To get started, you need to ensure that you have NPM and Node >=20.0.0 running on your machine. Install the dependencies (npm install) and then run the project locally (npm run serve):

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.