Tiny Algae and the Political Theatre of Planting One Trillion Trees
To fight climate change, it’s time to start thinking big by thinking small.
https://parametric.press/issue-02/algae/
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
- Install local dependencies:
npm install
Running local dev server
- Run
npm start
in the root of this project.