Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.32 KB

README.md

File metadata and controls

48 lines (32 loc) · 2.32 KB

todesktop-quick-start

Clone and run for a quick way to see ToDesktop in action.

This is a minimal Electron application to get you started with ToDesktop.

Use this app along with @todesktop/cli

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ToDesktop/todesktop-quick-start
# Go into the repository
cd todesktop-quick-start
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Deployment

To deploy your application, run npm run release at the root of the project. This uses @todesktop/cli. Once it completes, URLs to download your desktop app will be shown in the command line.

Noteworthy changes from electron-quick-start

This template project is based on electron-quick-start but here are the important changes:

More documentation

See https://docs.todesktop.com/cli/using-the-todesktop-cli

License

CC0 1.0 (Public Domain)