Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 506 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 506 Bytes

Contributing to Neon Wallet Mobile

We welcome contributions to the Neon Wallet Desktop project! Please follow the guidelines below to get started.

Getting Started

Setting Up the Development Environment

  1. Clone the Repository
    git clone https://github.com/CityOfZion/neon-wallet-desktop
  2. Install Dependencies
    cd neon-wallet-desktop
    npm install
  3. Run Eletron-vite
    npm run dev

Thank you for your contributions!