Main site for WorldFish digital tools and platforms—including Peskas™ and related products—news, and resources.
You need Node.js 20+ (see .nvmrc).
npm install
cp .env.example .env.local # optional; set your public site URL for previews
npm run devOpen http://localhost:3000.
Add Markdown files under posts/. Use frontmatter for title, date, draft (hide when true), and optionally channel (worldfish or peskas). Images and assets live under public/.
npm run build
npm startDeploy however you host Node apps; many teams use Vercel. Set NEXT_PUBLIC_SITE_URL to your live site URL so links and social previews resolve correctly.
See LICENSE.