The Northern Express Herald https://nxherald.birdmakingstuff.nz
  • TypeScript 80.4%
  • CSS 16.7%
  • JavaScript 2.9%
Find a file
2026-05-03 17:37:41 +12:00
.vscode Initialize web application via create-cloudflare CLI 2026-04-30 10:41:46 +12:00
public modify metadata 2026-05-02 11:10:26 +12:00
src/app Rewrite links 2026-05-03 12:23:52 +12:00
.gitignore Initialize web application via create-cloudflare CLI 2026-04-30 10:41:46 +12:00
bun.lock use htmlrewriter 2026-05-02 10:47:58 +12:00
cloudflare-env.d.ts Initialize web application via create-cloudflare CLI 2026-04-30 10:41:46 +12:00
eslint.config.mjs Initialize web application via create-cloudflare CLI 2026-04-30 10:41:46 +12:00
next.config.ts Initialize web application via create-cloudflare CLI 2026-04-30 10:41:46 +12:00
open-next.config.ts Initialize web application via create-cloudflare CLI 2026-04-30 10:41:46 +12:00
package.json use htmlrewriter 2026-05-02 10:47:58 +12:00
postcss.config.mjs Initialize web application via create-cloudflare CLI 2026-04-30 10:41:46 +12:00
README.md update README 2026-05-02 19:22:55 +12:00
tsconfig.json Initialize web application via create-cloudflare CLI 2026-04-30 10:41:46 +12:00
wrangler.jsonc undo wrangler changes 2026-05-02 11:06:58 +12:00

The Northern Express Herald

Because we generate so much Premium value that don't deserve to be trickled down to the proletariat.

Develop

Run the Next.js development server:

bun run dev
# or similar package manager command

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Preview

Preview the application locally on the Cloudflare runtime:

bun run preview
# or similar package manager command

Deploy

Deploy the application to Cloudflare:

bun run deploy
# or similar package manager command