Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 281 Bytes

Diktify

Initial setup

  1. Build all shared packages with ./scripts/build-all-shared.sh or by executing npm i && npm run build in every shared package's directory.

Client

Node.js: v16.x.x

  • Build client with npm run build
  • Live-reload client with npm run dev