This is a web interface that can be used to manage the settings and configuration of a Rita router. The default location for these files is /www/althea and the dashboard can be accessed in a browser by visiting https://192.168.10.1/althea/
The app is implemented with React. To get started:
git clone https://github.com/althea-net/althea-dash
cd rita-dash
yarn
yarn start
1.) Make sure openwrt_upload is running
2.) run ssh -L localhost:4877:localhost:4877 [email protected]
in terminal
3.) navigate to althea-dash repo and run yarn start
4.) Navigate to localhost:3005 in browser
yarn
node_modules/.bin/prettier --write src/*.js src/**/*.js src/**/**/*.js