Edge Developer Platform
  • Pages
    • Product Introduction
    • Quick Start
    • Framework Guide
    • Project Guide
      • Project Management
      • edgeone.json
      • Error Codes
    • Build Guide
    • Deployment Guide
    • Domain Management
    • Pages Functions
    • KV Storage
    • EdgeOne CLI
    • FAQs
    • Contact Us
    • Release Notes
    • Migration Guides
      • Migrating from Vercel to EdgeOne Pages
      • Migrating from Cloudflare Pages to EdgeOne Pages
      • Migrating from Netlify to EdgeOne Pages
このページは現在英語版のみで提供されており、日本語版も近日中に提供される予定です。ご利用いただきありがとうございます。

Quick Start

Getting started with EdgeOne Pages is a straightforward process designed to get your web application up and running quickly. Here's a step-by-step guide to deploying your project:


Step 1: Connect Git Repo

The first step in deploying your web application is to connect your Git repository. EdgeOne Pages seamlessly integrates with version control platforms, enabling smooth synchronization between your development workflow and the deployment process.
To connect your repository:
Registration/Login: You can use your Gmail account to quickly register and log in to the Tencent Cloud Console.
Get Started: Click on Get Started on the homepage.
Bind Github: In the console page, click Bind Github to link your repository.




Authorize Github: Grant EdgeOne permission to access your repository.




Select Repository: Choose the repository you want to deploy or authorize all repositories.





Step 2: Customize Build

Once your repository is connected, you'll need to configure your build settings. This step is crucial for ensuring that your project is compiled and prepared correctly for deployment.
To customize your build:
Select Repository: Choose the repository you want to deploy.




Enter Build Command: Enter your build command. If uncertain, check the value in the scripts section of package.json.





Step 3: Deploy Globally

With your repository connected and build settings configured, you're ready to deploy your application globally.
To initiate deployment:
Review your settings to ensure everything is correct.
Start Deployment: Click Start Deployment.




EdgeOne Pages will automatically build your project and deploy it to the Global Edge Network.

The figure below indicates a successful deployment.




When a new commit is pushed to the deployment branch, EdgeOne will automatically pull and deploy the latest commit.




By following these steps, you can quickly and easily deploy your web application using EdgeOne Pages, taking advantage of its powerful edge network and streamlined workflow.


How to handle unforeseen circumstances

If the deployed version differs from the repository, please ensure to pull the latest version.
If you have any other questions, please contact us through the feedback channel at the bottom right corner.





How to improve deployment success rate

We provide templates for most mainstream front-end frameworks. You can use our templates for development and then quickly deploy.
After authorizing GitHub, select a template.




Set the type of the new template repository, then click "Create".




After selecting a template, we will create a repository in your GitHub account based on that template. The deployment procedure will begin automatically. You can clone this repository to your local machine for further development and push changes as needed.