getting-started

Guide first-run setup of the Website Foundation template with Bun and Cloudflare.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/bluewaves-creations/website-foundation --skill getting-started-bluewaves-creations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getting-started
Source: https://github.com/bluewaves-creations/website-foundation/tree/main/.claude/skills/getting-started
Command: npx skills add https://github.com/bluewaves-creations/website-foundation --skill getting-started-bluewaves-creations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through the entire initial setup process for the Website Foundation template, ensuring all dependencies are installed, configurations are made, and the project is ready for deployment.

Core Features & Use Cases

  • Dependency Installation: Installs necessary Node.js packages using Bun.
  • Configuration: Assists with setting up local environment variables, wrangler.jsonc, and Cloudflare services.
  • Deployment: Facilitates the initial deployment of the project to Cloudflare.
  • Use Case: A new user clones the repository and needs to get the project running locally and deployed for the first time. They would use this skill to follow all the necessary steps.

Quick Start

Follow the setup steps outlined in the SKILL.md to get started with your project.

Frequently Asked Questions about getting-started

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up and deploy the Website Foundation template to Cloudflare?

Setting up and deploying the Website Foundation template involves installing Node.js dependencies with Bun, configuring local environment variables and wrangler.jsonc, managing secrets, and authenticating with Wrangler CLI to execute the initial Cloudflare deployment.

What prerequisites do I need before configuring the Website Foundation template?

Configuring the Website Foundation template requires Node.js, the Bun runtime, an active Cloudflare account, and Wrangler CLI authentication to satisfy prerequisites for dependency installation and local environment configuration.

What is the process for managing secrets and local environment configuration for Cloudflare deployment?

Secret management and local environment configuration for Cloudflare deployment require setting local environment variables and configuring the wrangler.jsonc file, ensuring your Website Foundation project securely accesses required Cloudflare services.

How do I install Node.js dependencies for the Website Foundation template using Bun?

Installing Node.js dependencies using Bun requires running the package installation command specified in the setup guide, which installs all necessary packages required by the Website Foundation template before local environment configuration.

Does the Website Foundation template setup guide cover Wrangler CLI authentication?

Yes, the Website Foundation template setup guide covers Wrangler CLI authentication, satisfying prerequisites for secure Cloudflare deployment as part of the complete first-run setup process.