Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mistfall Hunter Field Guide

Independent Mistfall Hunter guide site built for U.S. players, with source-checked information about release time, platforms, servers, beginner tips, classes, builds, and PC requirements.

Live site: https://www.mistfallhunter.best/

Useful pages:

This is an independent fan-made guide site and is not affiliated with Bellring Games, Skystone Games, Valve, Sony, or Microsoft.

MVP

An English-language, U.S.-focused static guide site for mistfallhunter.best. The MVP includes a homepage, a verified release-date guide, a PS5 guide, and a custom 404 page.

Stack

  • Astro 7
  • TypeScript
  • Native CSS
  • Static output for Cloudflare Pages

Use Node.js 22 or 24. Node.js 25 is currently outside the supported project range because the Astro 7 native compiler can fail on macOS under that runtime.

Local development

npm install
npm run dev

Astro prints the local URL, normally http://localhost:4321.

Build and test

npm run build
npm test

The production output is generated in dist/. The test suite checks required routes, SEO files, critical factual wording, internal-link guardrails, and image attributes.

Cloudflare Pages

Create a Pages project connected to this GitHub repository and use:

  • Framework preset: Astro
  • Build command: npm run build
  • Build output directory: dist
  • Root directory: /
  • Node.js version: 22 or newer

After the first deployment, attach the custom domain mistfallhunter.best in Cloudflare Pages. The Astro site URL and canonical metadata are already configured for that domain.

Editorial source rules

  • All public content is written in English for a U.S. audience.
  • Dates use U.S. Eastern Time as the primary reference.
  • Official developer and platform sources establish factual claims.
  • Community reports may describe player questions or uncertainty, but do not establish platform features.
  • Image provenance is recorded in docs/image-sources.md.

Releases

Packages

Contributors

Languages