This project is a standalone macOS application for Nextcloud Deck, designed to provide a seamless experience for managing tasks and projects directly from your desktop.
- Displays a specified Nextcloud Deck instance.
- Built using Electron for cross-platform compatibility.
- Customizable and extendable with TypeScript.
-
Clone the repository:
git clone https://github.com/yourusername/nextcloud-deck-electron.git cd nextcloud-deck-electron -
Install dependencies:
npm install -
Create a
.envfile based on the.env.examplefile to configure your environment variables.
To start the application in development mode, run:
npm start
To build the application for production, run:
npm run build
This will create a standalone macOS app in the dist directory.
The application can be configured through the .env file. Make sure to set the necessary environment variables as outlined in the .env.example file.
This project is licensed under the MIT License. See the LICENSE file for more details.