Skip to content

JustArchiNET/ASF-WebConfigGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b64f64b · Nov 25, 2024
Nov 25, 2024
Nov 14, 2024
Nov 14, 2024
Sep 30, 2022
Sep 22, 2018
Mar 24, 2022
Nov 6, 2019
Nov 7, 2019
Nov 15, 2024
Nov 25, 2024
Mar 27, 2021
Mar 27, 2021

Repository files navigation

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.