Display Status information generated from NetKAN-bot
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.