Skip to content

radicle-dev/radicle-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

749 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radicle Desktop

This desktop application lets you interact with Radicle, a peer-to-peer code collaboration and publishing stack.

Installation

See radicle.dev/desktop#install.

From source

Prerequisites:

On Windows, NPM's script shell must be set to a POSIX compatible shell such as Git Bash:

npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"

Run the following commands to build the desktop app locally:

git clone https://seed.radicle.dev/z4D5UCArafTzTQpDZNQRuqswh3ury.git radicle-desktop
cd radicle-desktop
npm install
npm run tauri build

Then run one of the builds that the script outputs at the end.

Development

To start the app in development mode with hot reload:

npm run dev

Releasing

Releases are driven by an interactive, phased script. Start one with:

scripts/release --phase prep --version X.Y.Z

Each phase does its mechanical work, then prints the manual tasks for its gate and the exact flag to resume with. List the phases and see the configuration with scripts/release --list and scripts/release --help.

Getting in touch

To get in touch with the maintainers, sign up to our official chat on Zulip.

License

The UI is distributed under the terms of GPLv3. See LICENSE for details.

About

Radicle desktop app (mirror)

Resources

License

Stars

4 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors