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.
 
 
 
suroh 246e2cc1fb added frontend files and folders to git 10 months ago
..
public added frontend files and folders to git 10 months ago
src added frontend files and folders to git 10 months ago
.eslintrc.cjs added frontend files and folders to git 10 months ago
.gitignore added frontend files and folders to git 10 months ago
README.md added frontend files and folders to git 10 months ago
index.html added frontend files and folders to git 10 months ago
package-lock.json added frontend files and folders to git 10 months ago
package.json added frontend files and folders to git 10 months ago
vite.config.js added frontend files and folders to git 10 months ago

README.md

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.