Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 633 Bytes

File metadata and controls

36 lines (23 loc) · 633 Bytes

Axe 📝🤝

Your real-time collaborative document editor that can work without internet connection.

Recommended IDE Setup

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux