Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 421 Bytes

File metadata and controls

20 lines (15 loc) · 421 Bytes

COS30045-Project

This is a group project for COS30045 - Data Visualization at Swinburne University of Technology.

This project is developed using Vue3, Tailwind and D3.js.

Install the dependencies and run the project using the following commands:

npm install

Run the project using the following commands:

npm run dev

Build the project using the following commands:

npm run build