Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 348 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 348 Bytes

ShininGame

Prerequisite

  • Node 16+
  • PHP 8.1+
  • Symfony CLI install

Setup

Install the dependencies with

make install

Start the server

make serve

Build assets

make build.assets

Build content

make build.content

Build static

Build the whole static site from source, with assets:

make build.static