Skip to content

ogizanagi/shiningame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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