The Arma 3 slotslist of sTs.
An interactive slot list for Arma 3, other military games or for general organization.
Install the following tools:
npm run build
inside the public
directory to build the web application and CSSdev.cmd
(Windows) or ./dev.sh
inside the main directory to start the web serverlocalhost: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.
docker build -t slotlist .
inside the main directorydocker tag slotlist username/slotlist:version
where username
is your username and version
can be set to a valid version number (latest
for example)docker push username/slotlist:version
(type in your username and password if asked for)docker-compose.yml
and call docker-compuse up -d
inside the configuration directoryyourdomainorip:port
MIT