Understand, try and play with the Solana SDK on Svelte Kit. Use the following steps to get started.
## Clone repo
git clone https://github.com/Jonas002/sveltekit-solana.git
## Change directory
cd .\sveltekit-solana\ ## for PowerShell / CMD or Windows
cd ./sveltekit-solana/ ## for Bash or Linux-based systems / Mac
## Install npm dependencies
npm install yarn
yarn install
# Start development server on localhost:3000
yarn dev --open