Web-based, serverless application to parse Stellaris save files and output in JSON format.
The parser is available at pypdx-clausewitz.
The frontend is available at stellaris-save-vid.
This application is developed based on AWS's SAM model. If you want to deploy this application yourself, please familiarize yourself with AWS and related concepts.
aws-sam-cli
needs to be installed.
If you don't want to install it into system python,
it is ok to install it within a virtual environment.
Docker needs to be installed.
make deploy_guided
make deploy