Skip to content

Latest commit

 

History

History

.github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ASF-WebConfigGenerator

Standalone web config generator for ASF

Build status (GitHub) 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

npm run dev

A web browser should automatically open localhost:8080. Changes in files are automatically reloaded after compilation.