-
Notifications
You must be signed in to change notification settings - Fork 38
Development
FREDERICK edited this page Jun 30, 2021
·
2 revisions
If you are more than the average user you can find some development related information here.
git clone
npm i
npm start
Using a custom build of ASF-ui with ASF's internal http-server, a downloaded copy of it or your custom web-interface is very easy. First you need to clone your fork or this repository and install all dependencies.
git clone
npm i
You can now modify the source-code to your liking. When you are done with that you can build your custom version.
npm run build
To make ASF's Kestrel serve your frontend you have to start ASF with the command-line argument --path
, which is explained in detail in ASF's wiki. Just copy the contents of the folder dist
that was created by npm to the appropriate location described on ASF's wiki and you are good to go.