Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 553 Bytes

development.md

File metadata and controls

51 lines (36 loc) · 553 Bytes

Requirements

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

  1. Clone repository
git clone https://github.com/KotRikD/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