ARK-Builders / ARK-Shelf-Desktop

ARK Shelf is where you put your bookmarks during your web surfing. Desktop version.
MIT License
3 stars 6 forks source link

ARK Shelf Desktop

A dekstop version of ARK Shelf.

Preparation

Tauri requirements:

Create a build directory for tauri*.

mkdir dist

Install

Clone the repo

git clone https://github.com/ARK-Builders/ARK-Shelf-Desktop.git

Then setup the node dependencies

pnpm i

To run:

pnpm dev

To build a production release:

pnpm tauri build

This will output binaries in ./src-tauri/target/release

Note For AppImage Build

Due to the limitation of AppImage, if you want to use another directory, you have to provide the absolute path (or full path) to use it.