Skip to content

Klydo131/The-Open-Guild-OS

Repository files navigation

The Open Guild OS

A freelancing platform built with Next.js, TypeScript, and Tailwind CSS.

Tech Stack

  • Framework: Next.js 16 (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS v4
  • Icons: Lucide React
  • Fonts: Cinzel (headings), Inter (body)

Getting Started

npm install
npm run dev

Open http://localhost:3000 in your browser.

Project Structure

src/
├── app/              # Route pages (tavern, quest-board, guild-hall, etc.)
├── components/       # Reusable components (layout, ui, tavern, quest)
├── data/             # Mock data (quests, guilds, artisans, events)
├── lib/              # Utilities (cn, formatGold, color helpers)
└── types/            # TypeScript type definitions

Deployment

Deploy to Vercel with zero configuration:

npx vercel

License

MIT

About

Resources

License

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors