Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 558 Bytes

DEVELOPMENT.md

File metadata and controls

51 lines (36 loc) · 558 Bytes

Requirements

  • Typescript >=5.3.3
  • Node.js >=20.11.1
  • Rust >= any
  • pnpm >= 9.12.1

  1. Clone repository
git clone https://github.com/tosuapp/tosu.git
  1. Go to project folder
cd tosu
  1. Install pnpm
npm install -g pnpm
  1. Install dependencies
pnpm install
  1. To run tosu in dev mode
pnpm run start
  1. Compile tosu

For Windows:

pnpm install && pnpm build:win

For Linux

pnpm install && pnpm build:linux
  1. Go to /tosu/packages/tosu/dist, and there is your's tosu build