Documentation Hub

Welcome to the Getting Started Guide

This guide walks you through the basics of setting up and using our platform.

1. Install the CLI

npm install -g myplatform-cli

2. Initialize a New Project

myplatform-cli init my-first-app

3. Run the Development Server

cd my-first-app
myplatform-cli serve

FAQ

What Node version is required?

Node.js version 14 or higher is supported.

How do I update the CLI?

Run npm update -g myplatform-cli to get the latest version.

Where can I find community support?

Join our Discord server or post questions on Stack Overflow using the #myplatform tag.