Docs

Quick Start Guide

Launch your project in minutes with our step-by-step setup and configuration process.

Quick Start Overview
Start Your Project Now
1

Create Account

Sign up for an account to get access to all our features and capabilities.

Need help signing up? Contact our support team.
2

Install CLI

Install our command line interface on your local machine to get started with project setup.

npm install -g @myplatform/cli@latest
3

Initialize Project

Create your project directory and initialize it with the CLI.

myplatform create my-project
cd into your project directory and run:
4

Run Development Server

Start the development server and begin building your application.

myplatform serve
Access at http://localhost:3000

Configuration Options

Project Templates

Choose from various starter templates options when creating a new project.

Vue React Svelte

Build Settings

Configure your build environment preferences.

Pro Tips

Pro Tip

Use Watch Mode

Enable watch mode for automatic rebuilds during development.

Pro Tip

Prefer Default Port

Use the default 3000 port for development.

Pro Tip

Leverage CLI Help

Use myplatform -h for available commands.

Need Help?

Get Assistance

Our support team is available 24/7 for urgent questions or technical issues.

Contact Support

Community Forum

Join the discussion with other developers using our platform.

Join Discussion
```