Static site for a videogame made with RPG Maker about the pkts community, full of inside jokes.
Site for pkts | The Game
About
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.