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.
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
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.
See src/env.mjs.