Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 164 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 164 Bytes

Tonconsole documentation

Get started

  1. npm i
  2. cp .env.example .env.local
  3. npm run dev

Create production build

  1. npm ci
  2. npm run build