Censorship-resistant protocol frontends.
# 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
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