Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ pcx_content_type: how-to
title: Astro
---

import { PagesBuildPreset, Render, PackageManagers } from "~/components";
import { PagesBuildPreset, Render, PackageManagers, Stream } from "~/components";

[Astro](https://astro.build) is an all-in-one web framework for building fast, content-focused websites. By default, Astro builds websites that have zero JavaScript runtime code.

Refer to the [Astro Docs](https://docs.astro.build/) to learn more about Astro or for assistance with an Astro project.

In this guide, you will create a new Astro application and deploy it using Cloudflare Pages.

### Video Tutorial

<Stream videoId="d308a0e06bfaefd12115b34076ba99a4" videoTitle="Build a Full-Stack Application using Astro and Cloudflare Workers" thumbnailTimeOrURL="3s" />

## Set up a new project

To use `create-cloudflare` to create a new Astro project, run the following command:
Expand Down
13 changes: 13 additions & 0 deletions src/content/videos/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,18 @@ entries:
difficulty: Intermediate
content_type: 🎥 Video
pcx_content_type: tutorial
- link: https://developers.cloudflare.com/pages/framework-guides/deploy-an-astro-site/#video-tutorial
title: Build a Full-Stack Application using Astro and Cloudflare Workers
description: Learn how to deploy an Astro application to Cloudflare Workers.
tags: [Workers, Pages, Astro]
languages: [TypeScript]
products: [Workers, Pages]
cloudflare: true
author: kristian
updated: 2024-11-19
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: tutorial
# - link:
# title:
# description:
Expand All @@ -371,3 +383,4 @@ entries:
# difficulty: Intermediate
# content_type: 🎥 Video
# pcx_content_type: tutorial

Loading