A Statamic Kit/web theme in active development, created specifically for game developers and studios. While it’s still in alpha, it already includes a clean, responsive layout and a well-organized backend structure that makes it easy to manage and present multiple games. Features like press kits, news posts, and social media links are in progress, and early feedback will help shape what’s next. During this early phase, Showcase is available at a discounted price — a way to say thanks to early adopters and invite input on what works, what doesn’t, and what you’d like to see next. Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites.
Installation
Installing Game Dev Statamic Kit is quick and easy. Simply follow the Installing a starter kit guide from Statamic. Please note that you will need atleast to be running Statamic 5.x.
Installing into an existing site
php please starter-kit:install Goblin-Portal/game-dev-statamic-theme
Installing via the Statamic CLI Tool
If you prefer using the Statamic CLI Tool, you can create a new Statamic installation with Game Dev Statamic Kit in just one line of code:
statamic new my-site goblin-portal/game-dev-starter-kit
Compiling Assets
We use Vite with Laravel to compile assets. After installing the starter kit, run the following commands: • npm install – to install all the required dependencies. • npm run dev – to start the development server. • npm run build – to compile assets for production.
Commercial Starter Kit
Game Dev Statamic Kit is a commercial starter kit. To use it in your project, you must purchase a license via the Statamic Marketplace.
Bugs and Feature Requests
If you find a bug or have a feature request, please open an issue in this repository.