Ethermap collaborative map tool inspired by etherpad.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

556 B

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.