eth-faucet-web
This is the Frontend of eth-faucet built with Svelte in Vite.
Get started
Note that you will need to have Node.js and Yarn installed.
Install the dependencies...
cd web
yarn install
...then start vite:
yarn run dev
Navigate to localhost:5173. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
To create an optimised version of the app:
yarn run build