The better Scratch Forum Leaderboards - better name, better code, not (as) ew stinky
- Download the repository's files, using
git clone https://github.com/rirurin/postpercent.git
or however else you want to do it - Type
npm i
in the root of the postpercent directory - Type
npm run dev
to run postpercent with live editing, ornpm run preview
to test a production build (Svelte will default tolocalhost:3000
)