Outernet Project Web Desktop
Conversion of https://github.com/Othernet-Project/RxOS-UI2 into OS.js v3
Node 8 or above
# Install dependencies
npm install
# Set up development environment target
./bin/dev.sh
# Discover installed packages
npm run package:discover
# Build
SKYLARK_DEVELOPMENT=true npm run build
# Start server
SKYLARK_DEVELOPMENT=true npm run serve
Launches at http://localhost:8080 by default
To watch for changes in the backround run SKYLARK_DEVELOPMENT=true npm run watch
See docs/
directory.