<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: MikSea</title>
    <description>The latest articles on DEV Community by MikSea (@mirai_meme).</description>
    <link>https://dev.to/mirai_meme</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4113501%2Fc0050b3c-9365-4d53-8e19-df040507bf27.jpg</url>
      <title>DEV Community: MikSea</title>
      <link>https://dev.to/mirai_meme</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mirai_meme"/>
    <language>en</language>
    <item>
      <title>How To Easily Upload Your Project To Tencent EdgeOne Makers</title>
      <dc:creator>MikSea</dc:creator>
      <pubDate>Tue, 08 Sep 2026 16:33:05 +0000</pubDate>
      <link>https://dev.to/mirai_meme/how-to-easily-upload-your-project-to-tencent-edgeone-makers-4bj5</link>
      <guid>https://dev.to/mirai_meme/how-to-easily-upload-your-project-to-tencent-edgeone-makers-4bj5</guid>
      <description>&lt;p&gt;Hi, everyone! Today I’d like to explain how to upload a project to EdgeOne Makers. But first, I’ll explain what EdgeOne Makers is, because “you can’t love what you don’t know.”&lt;br&gt;
Tencent EdgeOne Makers Is...&lt;br&gt;
A platform designed to let developers build and release web apps or AI agents in just a matter of minutes. This platform offers a flexible, all-in-one infrastructure and it’s free to get started.&lt;br&gt;
Well, when you hear the word “free,” who wouldn’t want to try it? Let’s dive right in and see how to upload our project to EdgeOne Makers.&lt;br&gt;
Once you’ve finished signing up for an account, you’ll be taken to the service dashboard, where you’ll see a “Makers” tab. This is what the screen looks like if you’ve created a project before. But there are a few ways to upload your project to EdgeOne Makers.&lt;/p&gt;

&lt;p&gt;The THREE method is...&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;By importing a Git repository
This is the easiest method if you’re already familiar with Git and understand GitHub. GitHub is a cloud-based platform used to store, manage, and track changes to a project’s source code using a version control system called Git. From this explanation alone, it’s clear why this is the easiest way to upload a project to EdgeOne Makers. You can store your code in the cloud, where it will remain as long as GitHub is operational, and manage our code we can create public repositories that anyone can view or private ones accessible only to invited users. Tracking changes is the key to this process: whenever we make changes to the code and save them to GitHub, GitHub creates a new version with the updated code from the push, so anyone can see exactly what was changed and by whom.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwo3nubli2zhiu0wycno7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwo3nubli2zhiu0wycno7.png" alt="importing git repository" width="800" height="479"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Start with a template
When you create a project using a template, Tencent EdgeOne Makers provides many ready-to-use templates, ranging from use case templates and frameworks with support for multiple programming languages to database templates and many other filter templates that we can use right away. What’s interesting is that before using a template, we can first check its demo to see what the result will look like when we clone it into our project. There’s also a GitHub repository where we can review the code before actually uploading it to EdgeOne Makers. we can take a look first to see if there’s any suspicious code sending data to third parties without our knowledge. This helps us feel more confident about whether the template is secure or not. Additionally, we can modify the contents to our liking since we have access to the code, so when it’s uploaded to EdgeOne Makers, it will already reflect the changes we’ve made.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fup4bcx0lskzqfg3qljge.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fup4bcx0lskzqfg3qljge.png" alt="start with a template" width="800" height="469"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Upload Directly
The “Upload Directly” feature can be used when you’re not familiar with GitHub and want to launch your website right away without worrying about the setup. As shown in the image above, there’s a field for the project name that’s where you enter your project name and you can also drag and drop your files. Please note that this drag-and-drop feature requires a zipped folder and HTML files (limited to 25MB per file). Once you’re ready to upload, simply drag and drop the folder or files you want to upload to EdgeOne Makers. If drag-and-drop doesn’t work for you, don’t worry EdgeOne Makers also lets you select individual files or folders to upload, making it easy to upload your project assets.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F30jk8fhuvgl93vl6pl7a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F30jk8fhuvgl93vl6pl7a.png" alt="upload directly" width="800" height="466"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think that’s all I can share with you on how to easily upload your project to EdgeOne Makers. I hope you can understand this and try it out right away because “experience is the best teacher.”&lt;/p&gt;

&lt;p&gt;#TencentEdgeOne #EdgeOneMakers #CODEPOLITAN #EdgeOne&lt;/p&gt;

</description>
      <category>tencentedgeone</category>
      <category>edgeonemakers</category>
      <category>codepolitan</category>
      <category>edgeone</category>
    </item>
  </channel>
</rss>
