Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 719 Bytes

File metadata and controls

20 lines (10 loc) · 719 Bytes

Drought of the Sinking Delta

Things are out of joint in the delta of the Mekong, Southeast Asia’s largest river.

https://preview.parametric.press/issue-02/sinking-delta/

DOI

Local Setup

To run the article locally, make sure you have NodeJS and NPM installed. Then clone or download this repository. The main file is index.idyll, this file defines the article using Idyll markdown.

Installing dependencies

  1. Install local dependencies: npm install

Running local dev server

  1. Run npm start in the root of this project.