Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 620 Bytes

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