Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamistar Website

Lightweight marketing site for Gamistar built with Next.js 15 and React 19. The project now focuses on public, static content only—no authentication layers or database connections are required.

What's Inside

  • Landing page with hero, product overview, and contact calls‑to‑action
  • Public company pages (enterprise program and support center)
  • Blog with MDX-powered posts
  • Changelog with MDX release notes

Getting Started

Prerequisites

  • Node.js 20+
  • pnpm (recommended) or npm

Install and Run

pnpm install
pnpm dev

The site is available at http://localhost:3000.

Additional Scripts

  • pnpm build – production build
  • pnpm lint – run lint checks
  • pnpm prettier-fix – format files with Prettier

Project Structure

├── app/                    # Next.js App Router routes
│   ├── blog/               # Blog listing and MDX posts
│   ├── changelog/          # Changelog listing and MDX entries
│   ├── enterprise/         # Enterprise public page
│   ├── support/            # Support center content (MDX)
│   ├── layout.tsx          # Global layout (no auth state)
│   └── page.tsx            # Landing page
├── components/             # Reusable UI and layout components
├── public/                 # Static assets
├── styles/                 # Tailwind and global styles
├── utils/                  # Blog/changelog helpers, SEO utilities
└── documentation/          # Additional product collateral

Deployment

Designed to deploy on any Next.js-compatible platform (Vercel recommended). No environment variables are required beyond the defaults generated by Next.js.

Contributing

  1. Create a feature branch (git checkout -b feature-name)
  2. Install dependencies and make changes
  3. Run pnpm lint before submitting a PR
  4. Open a pull request describing the changes and any skipped checks

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages