Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 659 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 659 Bytes

NetKAN-status

Display Status information generated from NetKAN-bot

Development

To run locally:

npm install
npm run build
mkdir dist/status && wget http://status.ksp-ckan.space/status/netkan.json -O dist/status/netkan.json && wget http://status.ksp-ckan.space/status/netkan-ksp2.json -O dist/status/netkan-ksp2.json
python3 -m http.server --directory dist

The local development server is available at http://localhost:8000.

You can also install the http-server npm package, or any other simple web server that just serves local files.

netkan.json is downloaded locally to avoid CORS issues.