mirror of
https://github.com/BirdMakingStuff/nxherald.git
synced 2026-05-07 14:58:13 +12:00
The Northern Express Herald
https://nxherald.birdmakingstuff.nz
- TypeScript 80.4%
- CSS 16.7%
- JavaScript 2.9%
| .vscode | ||
| public | ||
| src/app | ||
| .gitignore | ||
| bun.lock | ||
| cloudflare-env.d.ts | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| open-next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.jsonc | ||
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