Remo is a hardware-accelerated remote desktop solution built with Rust and Nuxt 3. This repository contains the front-end application that provides a seamless user interface.
Repository: The demo repository is available here
Download: Download directly from public demo - latest release
To get started, follow these steps:
- Install Node.js and npm (the package manager) on your system.
- Create a new directory for your project and navigate to it in your terminal or command prompt.
Run the following command to install the dependencies:
npm install
This will install all the necessary dependencies, including Nuxt 3, Vue.js, and other libraries required for the project.
To start the development server, run the following command:
npm run dev
This will start the server on http://localhost:3000, where you can access Remo.
You can also run Remo using Docker Compose:
docker-compose up -d
This will build and start the container in detached mode. The application will be available at http://localhost.
We welcome contributions to Remo! If you'd like to contribute, please follow these steps:
- Fork this repository and make your changes.
- Open a pull request with your changes.
We'll review your changes and let you know if they're accepted.
Remo is licensed under the MIT License. If you have any questions about the license, please don't hesitate to reach out.