Skip to content

Instantly share code, notes, and snippets.

View m7kvqbe1's full-sized avatar
:shipit:
Hello, World!

Tom Humphris m7kvqbe1

:shipit:
Hello, World!
View GitHub Profile
@m7kvqbe1
m7kvqbe1 / curl-with-http3-macos.md
Created December 6, 2024 14:31 — forked from xmlking/curl-with-http3-macos.md
Installing curl with http3 on MacOS

Work-in-pogress

Ref: cloudflare/homebrew-cloudflare#21

 # Clean up any old version of curl you may have already tried to install
brew remove -f curl

# Download the curl ruby install script provided by cloudflare
@m7kvqbe1
m7kvqbe1 / access.log for nextjs.md
Created February 29, 2024 16:14 — forked from x-yuri/access.log for nextjs.md
access.log for nextjs

access.log for nextjs

$ npx create-next-app app

app/Dockerfile:

FROM node:20.11.1-alpine3.19 as npm