Standalone interface for ASF
git clone
npm i
npm start
Local instance of ASF IPC required
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
