Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 492 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 492 Bytes

Lord of the Rings - browser adapation

Details

Quick start

npm install && npm run dev

Dev notes

Layers

The page is made up of layers stacked on top of each other. To make things easier to understand, directories containing layer content are prefixed with a number showing the stacking order. For example: _2_paperLayer is on top of _1_mapLayer, _3_timelineLayer is on top of _2_paperLayer, ...