ASF-WebConfigGenerator

Standalone web config generator for ASF

Build status (GitHub) Build status (AppVeyor) Build status (Travis) Github last commit date License


Build Setup

# install dependencies
npm ci

# build
npm run build

The compiled files are available in docs directory. Launch index.html with your browser of choice.

Development Setup

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.