Standalone web config generator for ASF
# install dependencies
npm ci
# build
npm run buildThe compiled files are available in docs directory. Launch index.html with your browser of choice.
npm run devA web browser should automatically open localhost:8080. Changes in files are automatically reloaded after compilation.