This project is built with svelte and sapper
Running the project
However you get the code, you can install dependencies and run the project in development mode with:
cd onboarding-app
npm install # or yarn
npm run devimportant directories
src: where all the files livesrc/data: where you can go build new cardsstatic: where all the images and global CSS lives