An interactive slot list for Arma 3, other military games or for general organization.
Install the following tools:
- npm
- Golang
- run
npm run build
inside thepublic
directory to build the web application and CSS - run
dev.cmd
(Windows) or./dev.sh
inside the main directory to start the web server - visit the application in your browser on
localhost:8888
To watch files for changes when editing the web application, you can run npm run dev
and npm run style
inside the public
directory. This will watch for file changes and rebuild the web application as needed.
- install Docker
- run
docker build -t slotlist .
inside the main directory - tag the image:
docker tag slotlist username/slotlist:version
whereusername
is your username andversion
can be set to a valid version number (latest
for example) - push the Docker image to the registry:
docker push username/slotlist:version
(type in your username and password if asked for) - deploy the application by updating the version number in your
docker-compose.yml
and calldocker-compuse up -d
inside the configuration directory - visit the application in your browser on
yourdomainorip:port
MIT