To run this project locally, follow these steps:
Clone the repository to your local machine:
git clone https://github.com/your-username/data-visualisation-svelte-d3.git
Change to the project directory:
cd data-visualisation-svelte-d3
Install the project dependencies:
npm install
After successfully installing the dependencies, you can run the project with the following commands:
Start the development server:
npm run dev
This will launch the project in development mode, and you can access it in your browser at http://localhost:3000.
Build the project for production:
npm run build
This command will generate optimized production-ready files in the dist folder.
Preview the production build:
npm run preview
Use this command to preview the production build locally before deploying it.
This project relies on several dependencies to create interactive data visualizations:
The project includes various interactive charts:
You can switch between these charts using the navigation menu in the application. Each chart provides a unique data visualization experience.