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 248a0fb05a changed dev and testing environments to sqlite3 1 year ago
..
public added frontend files and folders to git 1 year ago
src added frontend files and folders to git 1 year ago
.eslintrc.cjs added frontend files and folders to git 1 year ago
README.md added frontend files and folders to git 1 year ago
index.html added frontend files and folders to git 1 year ago
package-lock.json changed dev and testing environments to sqlite3 1 year ago
package.json changed dev and testing environments to sqlite3 1 year ago
vite.config.js added frontend files and folders to git 1 year 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.