The minimal framework for transform R shiny application into standalone
You can install nhyris globally using npm:
npm i -g nhyris
This will add the nhyris
command to your PATH.
You can use the following commands after installing nhyris:
- Initialize a new project (replace
myapp
with your project name):
nhyris init myapp
- Run your Shiny app in development mode:
nhyris run myapp
- Update dependencies and project files:
nhyris update myapp
- Build a standalone Electron application:
nhyris build myapp
This project is licensed under the MIT License - see the LICENSE file for details.