Standalone web config generator for ASF
# install dependencies
npm ci
# build
npm run build
The compiled files are available in docs
directory. Launch index.html with your browser of choice.
There's currently no development scripts provided, in order to test the changes you'll have to run build command and reload the page like in good old days.