Get Started
Getting Started with the VitalEarth SDK
This section will guide you through the process of getting started and installing the SDK using npm (Node Package Manager). Follow these steps to begin your journey toward building an eco-conscious app.
Prerequisites
Before you start, make sure you have the following prerequisites in place:
Node.js: Ensure that you have Node.js installed on your development machine. You can download it from https://nodejs.org/.
npm (Node Package Manager): npm comes bundled with Node.js. Check if npm is installed by running the following command in your terminal:
If npm is not installed, follow the Node.js installation instructions to get it.
Installation
To install the VitalEarth SDK, follow these simple steps:
Open your terminal or command prompt.
Navigate to your project directory where you want to use the SDK.
Run the following npm command to install the VitalEarth SDK package:
This command will fetch and install the SDK and its dependencies from the npm registry.
Last updated