Getting Started
This guide walks you through setting up plutonium.io from scratch.
Prerequisites
Before you begin, make sure you have:
- Node.js 20 or later
- npm 10 or later
- A plutonium.io account
Installation
Install the CLI globally:
npm install -g @plutonium/cli
Verify the installation:
plutonium --version
Configuration
Create a configuration file in your project root:
{
"project": "my-project",
"region": "us-east-1",
"runtime": "node20"
}
First Deploy
Run the deploy command to push your project:
plutonium deploy
You should see output confirming a successful deployment. Visit your project dashboard to monitor the deployment status.
Next Steps
Now that you’re set up, learn about Core Concepts or explore the API Overview.