Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 442 Bytes

Resistor Decoder

A tiny web app made in Svelte and Vite that decodes your resistors.

https://elektr1x.github.io/resistor-decoder

demo


Running Locally

To run this web app locally, run these commands in the root folder:

npm i             # installs dependencies
npm run build     # builds the website in ./dist
npm run preview   # starts the website

The app should now be online at localhost:4173.