Licensed under: Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
If you have any questions, please feel free to contact me at any of the following:
Discord: BOWLER#2802 Discord Server
Reddit: PM me /u/switchesmx
The website is built using Statamic - the Laravel PHP CMS. I run this locally using Laravel Homestead. The beauty of Statamic is that it's all self-contained with no external database; the content is all stored in yaml and markdown files in the /content
directory.
To get it running inside a virtual machine you'll need to run composer install
first.
To build local assets and then to run the watcher:
npm install
npm run watch-poll