Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 686 Bytes

Site for pkts | The Game

https://game.pkts.es

About

Static site for a videogame made with RPG Maker about the pkts community, full of inside jokes.

The webpage uses Templated Theory Site Template.

The clock uses wimbarelds/TimeCircles.

Run

The website can be deployed with docker at localhost:8080 using the makefile targets:

  • Deploy
make run

Will build a container image from nginx:latest with the docs folder copied as nginx document root.

  • Develop
make dev

Will build a container image from nginx:latest with the docs folder mounted to nginx document root.