Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 631 Bytes

File metadata and controls

35 lines (23 loc) · 631 Bytes

beep-boop

p2panda client running as a statically hosted web or native Tauri desktop application.

Requirements

  • Node.js
  • Rust

Development

# Install Node dependencies
npm install

# Run development server (via http://localhost:4000)
npm run start

# Start native application in development mode (make sure the development
# server runs simultaneously)
npm run tauri:start

# Check linter errors
npm run lint

# Build static files for web hosting
npm run build

# Build native desktop application
npm run tauri:build

License

MIT