Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1003 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 1003 Bytes

Replication

Understand, try and play with the Solana SDK on Svelte Kit. Use the following steps to get started. alt text

Clone repo and start web server

## 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

Requirements