.. | ||
public | ||
src | ||
.eslintrc.cjs | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
ethermap frontend
Frontend for ethermap
Install
To install the frontend you will need NodeJS and npm
installed. Then :
$ npm i
To run the development server run :
$ npm run dev
Tech
The interface is built with LitElement and setup with Vite bundler and dev server.
Maps are rendered with Leaflet.
For ethermap to work you will also need to be running the ethermap.api server for REST API and Socket.io connectivity.