Codelessly Documentation
  • 👋Getting Started
    • ▶️Welcome Setup Guide
    • 🎉Thank you for your purchase!
    • 🔀Import Figma designs into Codelessly
    • 🖨️Publish your design as a website
  • ⚡Editor Basics
    • Start a New Project
    • Editor Tools
    • Creating Your First Layout
    • Using Components
    • Working with Size Fits
  • ⚡Advanced Editor Usage
    • Working with Variants
    • Using External Components
    • Size Fits Settings
  • ☁️Codelessly CloudUI™
    • 3-Minute Quick Start
    • Connecting Data
    • Calling Functions
  • Setting Up Custom Domains
    • Linking with Github Repository
    • Deploy on Netlify
    • Deploy on Vercel
Powered by GitBook
Page cover
On this page
  1. Setting Up Custom Domains

Deploy on Netlify

Learn how to configure & deploy your website built with Codelessly on Netlify.

PreviousLinking with Github RepositoryNextDeploy on Vercel

Last updated 1 year ago

Was this helpful?

CtrlK

Was this helpful?

This guide is about deploying and publishing your project as a website on Netlify using a Github repository linked to your project. If you haven't done so already , checkout our guide on Linking your project to a Github Repository.

Netlify is the modern development platform that allows you to build and deploy your websites from a Github repository. You must have an active account on Netlify before starting this guide.

  1. If you haven't done so already, Link your project to a Github Repository.

  2. Open Netlify and login.

  3. Based on whether you have used Netlify before or this is your first project, Either go to Sites>Add new site>Import an existing project or Sites>Import from Git. If you are using Netlify for the first time, you will be asked to deploy your first project. If you are in signup phase then you will be presented with Deploy your first project screen. Skip this step in that case.

  4. Click on Deploy with Github option and authenticate & link with Github if it asks to.

  5. Select the owner and repository name for the repository you that Codelessly automatically created for you. This must match the owner and repository name you specified in Codelessly's publish settings.

  6. Click on Deploy button and wait for it to deploy. 🎉

At this point, your deployment should be ready with a URL to access your website. Follow this guide to use custom domain for your website on Netlify.

Netlify automatically builds your website when it detects updates to your linked repository. Its all automatic, you don't have to worry about it.