Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.54 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.54 KB

Natural Capital Primer

A science-based resource that explains how our entire lives, businesses and economies depend on nature, and how we can understand the value of it using a concept called natural capital.

Available at: naturalcapitalprimer.com.

Homepage: welcome to the Natural Capital Primer

Dependencies

Install & run

Native execution

Be sure to set the required environment variables before running the application - see the Environment variables section below for more details.

To install the dependencies, use:

pnpm install

To run the application in development mode, use:

pnpm run dev

To run the application in production mode, use:

pnpm run build
pnpm run start

Docker

This project includes 2 docker configuration files:

  • Dockerfile.dev aimed at development environments (may require tuning to work on different environments)
  • Dockerfile aimed at production environments

You can use either file to build a Docker image for this application. Be sure to set the required environment variables when running the container.

Environment variables

See src/env.mjs.