Skip to content

cypher-asi/wilderworld-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wilder World Site

Rebranded Wilder World web experience built with Next.js 15 (App Router) and @cypher-asi/zui.

Stack

  • Next.js 15 + React 19
  • TypeScript
  • CSS Modules
  • @cypher-asi/zui (linked from file:../zui)

Prerequisites

  • Node.js 20+
  • npm 10+
  • Local ../zui checkout (required by package.json)

Install

npm install

Run

npm run dev
npm run build
npm run start
npm run lint
npm run typecheck

Current Site Scope

  • Active route: /
  • Top-left brand: Wilder World
  • Top-right logo + favicon: public/wilderworld-logo.png
  • Left navigation:
    • Drops
    • Packs
    • Collections
    • Wilder World (Game, City of Wiami, Characters, Art)
    • Project (Vision Paper, Wiki, Legal)
    • Exchanges (Uniswap, Gate, Kucoin)
    • NEWS

Many linked routes are currently placeholders for future pages.

Project Structure

public/
  wilderworld-logo.png

src/
  app/
    layout.tsx
    page.tsx
    page.module.css
    _components/
      Nav.tsx
      Nav.module.css
      BottomWidget.tsx
      BottomWidget.module.css
      Headline.tsx
      ThemeWrapper.tsx
    styles/
      globals.css

Notes

  • Legacy/unlinked Cypher-era pages and their supporting components were removed.
  • If you add new routes, update nav links in src/app/_components/Nav.tsx.

About

The official Wilder World site and web platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors