This is a project for onboarding flow using svelte.
*Note that you will need to have Node.js installed and babel and rollup *
Install the dependencies...
cd svelteonboard
npm install
...then start dev Rollup:
npm run dev
or in production
npm run build
*Note that when using npm run dev it will created a bundle.js that is significantly bigger than the one produced by npm run build *