Skip to content

Instantly share code, notes, and snippets.

View slawton3's full-sized avatar

Sean Lawton slawton3

View GitHub Profile
@slawton3
slawton3 / .prettierrc.json
Created January 22, 2023 23:31
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.10+commit.fc410830.js&optimize=false&runs=200&gist=
{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
@slawton3
slawton3 / tanstack-start-cf-workers-gh.md
Created April 16, 2025 03:28
Deploying TanStack Start Apps to Cloudflare Workers with GitHub Actions

Deploying TanStack Start Apps to Cloudflare Workers with GitHub Actions

Maybe you're a vibe coder, or you're a seasoned vet who's frustrated with Next and server components. Either way, I'll show you how to set up continuous deployment for a TanStack Start application to Cloudflare Workers using GitHub Actions (securely, of course).

Assumption:

  • You have a TanStack Start project initialized.
  • Package manager like pnpm or npm

Prereqs: