In your terminal, run the following command:
git clone https://github.com/dianaow/svelte-d3-line-tooltip.git
Then, cd into that directory.
cd
Run npm install to install the dependencies.
npm install
Run npm run dev to start the development server.
npm run dev