Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justarchinet/asf-webconfiggenerator
https://github.com/justarchinet/asf-webconfiggenerator
archisteamfarm css hacktoberfest html javascript nodejs vue vuejs webpack
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justarchinet/asf-webconfiggenerator
- Owner: JustArchiNET
- License: apache-2.0
- Created: 2018-09-22T18:44:39.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T00:20:22.000Z (19 days ago)
- Last Synced: 2024-10-27T20:11:41.759Z (18 days ago)
- Topics: archisteamfarm, css, hacktoberfest, html, javascript, nodejs, vue, vuejs, webpack
- Language: JavaScript
- Homepage: https://justarchinet.github.io/ASF-WebConfigGenerator
- Size: 5.47 MB
- Stars: 29
- Watchers: 4
- Forks: 20
- Open Issues: 15
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ASF-WebConfigGenerator
Standalone web config generator for ASF
[![Build status (GitHub)](https://img.shields.io/github/actions/workflow/status/JustArchiNET/ASF-WebConfigGenerator/ci.yml?branch=main&label=Build&logo=github&cacheSeconds=600)](https://github.com/JustArchiNET/ASF-WebConfigGenerator/actions?query=branch%3Amain)
[![Github last commit date](https://img.shields.io/github/last-commit/JustArchiNET/ASF-WebConfigGenerator?label=Updated&maxAge=600)](https://github.com/JustArchiNET/ASF-WebConfigGenerator/commits)
[![License](https://img.shields.io/github/license/JustArchiNET/ASF-WebConfigGenerator?label=License&maxAge=2592000)](https://github.com/JustArchiNET/ASF-WebConfigGenerator/blob/main/LICENSE.txt)***
## Build Setup
```bash
# 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
```bash
npm run dev
```A web browser should automatically open `localhost:8080`. Changes in files are automatically reloaded after compilation.