https://github.com/justarchinet/asf-webconfiggenerator
https://github.com/justarchinet/asf-webconfiggenerator
archisteamfarm css hacktoberfest html javascript nodejs vue vuejs webpack
Last synced: 10 months 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:59:09.000Z (11 months ago)
- Last Synced: 2025-04-03T06:35:05.923Z (11 months ago)
- Topics: archisteamfarm, css, hacktoberfest, html, javascript, nodejs, vue, vuejs, webpack
- Language: JavaScript
- Homepage: https://justarchinet.github.io/ASF-WebConfigGenerator
- Size: 5.46 MB
- Stars: 30
- Watchers: 3
- Forks: 19
- 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
[](https://github.com/JustArchiNET/ASF-WebConfigGenerator/actions?query=branch%3Amain)
[](https://github.com/JustArchiNET/ASF-WebConfigGenerator/commits)
[](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.