Skip to content

Jean-Tinland/middle-earth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Middle-Earth interactive map

This project aims to provide an interactive map of Middle-Earth during the Third Age as imagined by J.R.R. Tolkien in his books. All points of interest were collected on various representations of existing Middle-Earth maps.

Open Middle-Earth map.

Middle-Earth interactive map

Credits

Contribute

Feel free to open an issue or contribute if you'd like anything fixed or added.

Development

In order to work with this project, you will need to serve the index.html with a http server like serve or live-server.

You can globally install these packages.

Installation

# serve
npm install -g serve

# or live-server
npm install -g live-server

Usage

In the cloned repository, run the following commands:

# with serve
serve .

# or with live-server
live-server .