npm install && npm run dev
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
, ...