Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 529 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 529 Bytes

libert.app

Censorship-resistant protocol frontends.

Getting Started

# Install Rust (https://www.rust-lang.org/tools/install)
# Install Node

# Install pnpm
npm i -g pnpm

# Install dependencies
pnpm install

# Copy & fill environments
cp .env.local.example .env.local

Development

I recommend developing in VSCode and installing all recommended workspace plugins listed in .vscode/extensions.json.

# Start nextjs frontend
pnpm dev

# Start tauri & nextjs frontend inside
pnpm run tauri dev