
Getting Started Guide
How to Use Render
A practical guide to get you up and running with Render. Written by Delv Editorial, Delv Team.
Getting started with Render
After reading this guide, you’ll be able to set up a free static site on Render and deploy it with ease. You’ll also learn how to enhance your deployment process for better results.Step 1: Sign up and set up
- Go to Render.com.
- Click on the "Sign Up" button in the top right corner.
- Choose to sign up using your GitHub or GitLab account for easy integration.
- Once signed in, you’ll be redirected to your dashboard.
Step 2: Your first static site
- On your dashboard, click on the "New" button and select "Static Site."
- In the "Name" field, enter a name for your site.
- Under "Branch," select the branch of your Git repository that contains your static site files.
- Specify the "Root Directory" where your site files are located (e.g.,
/public). - Click on the "Create Static Site" button.
- Render will automatically deploy your site. You can view the progress in the dashboard.
Step 3: Get better results
- To improve your site’s performance, consider enabling the "Auto-Deploy" feature. This automatically deploys changes pushed to your selected branch.
- You can also set environment variables under the "Settings" tab for custom configurations.
- For faster load times, enable "CDN" (Content Delivery Network) in the settings to cache your static files.