Skip to content

K1rito/ASF-ui

 
 

Repository files navigation

ASF-ui

Standalone interface for ASF

Build status (AppVeyor) Build status (Travis) License Localization


Development

git clone
npm i
npm start

Local instance of ASF IPC required

Custom builds

Using a custom build of ASF-ui with ASFs internal http-server, a downloaded copy of it or your custom web-interface is very easy. First you need to clone the repository/your fork of the repository

git clone
npm i

You can now modify the source-code to your liking. When done with that you can build your custom version with

npm run build

To make ASFs Kestrel serve your frontend you have to start ASF with the command-line argument --path, which is explained in detail in ASFs wiki. Just copy the contents of the folder dist that was created by npm to the appropriate location described on ASFs wiki and you are good to go

About

UI for ArchiSteamFarm

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 66.7%
  • JavaScript 25.3%
  • CSS 7.3%
  • HTML 0.7%