Install the dependencies...
cd svelte-app
npm install
...then start Rollup:
npm run dev
To create an optimised version of the app:
npm run build
Install the dependencies...
cd svelte-app
npm install
...then start Rollup:
npm run dev
To create an optimised version of the app:
npm run build