Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 838 Bytes

File metadata and controls

37 lines (26 loc) · 838 Bytes

Petrobolos Games Site

Netlify Status

Public source for the Petrobolos Games marketing website.

Stack

  • Eleventy (11ty)
  • Tailwind CSS
  • Netlify (deployment)

Local development

Prerequisite: Node.js 20 (.nvmrc).

npm install
npm run serve

Local site: http://localhost:8080

Build

npm run build

Output directory: _site/

Content updates

Most game-facing content is data-driven from:

  • src/_data/game-library.js

Public repo notice

This repository is public for transparency and collaboration visibility. The code and content remain proprietary and are not open source.

See LICENSE for full terms and usage restrictions.