ethermap/frontend
2023-09-14 13:39:47 +02:00
..
public added frontend files and folders to git 2023-09-13 16:59:17 +02:00
src modified to have only one set of scripts for install, migration and dev env 2023-09-14 13:39:47 +02:00
.eslintrc.cjs added frontend files and folders to git 2023-09-13 16:59:17 +02:00
index.html added frontend files and folders to git 2023-09-13 16:59:17 +02:00
package-lock.json changed dev and testing environments to sqlite3 2023-09-14 12:50:31 +02:00
package.json changed dev and testing environments to sqlite3 2023-09-14 12:50:31 +02:00
README.md added frontend files and folders to git 2023-09-13 16:59:17 +02:00
vite.config.js added frontend files and folders to git 2023-09-13 16:59:17 +02:00

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.