Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 483 Bytes

development.md

File metadata and controls

44 lines (31 loc) · 483 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
pnpm install && pnpm build
  1. Go to /tosu/packages/tosu/dist, and there is your's tosu build