Understand, try and play with the Solana SDK on Svelte Kit. Use the following steps to get started.
Minimum requirement:
## 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
# Start server on localhost:3000
npm run dev