Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 579 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 579 Bytes

unimark.app

Unimark makes it easy to manage all of your bookmarks. Use our cloud or as a self-hosted and own your data.

Install locally

git clone https://github.com/unimarkapp/unimark.app.git
cd unimark
pnpm install
pnpm add turbo -g

dotenv -e .env.development -- turbo dev --filter @unimark/server
dotenv -e .env.development -- turbo dev --filter @unimark/client

// OR

dotenv -e .env.development -- turbo dev

Install with docker

git clone https://github.com/unimarkapp/unimark.app.git
cd unimark
docker compose up -d --build