This project is built with Svelte and TypeScript in Vite.
Clone the repo & install dependencies:
cd my-chart
pnpm install
After installing node dependencies with pnpm
, you can run project on http://localhost:5173/
:
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open
To create locally a production version of your app:
pnpm build
To start fresh we can clean up any build caches and artifacts:
pnpm clean