The code is built using React, Vite, Typescript and running code locally requires a Mac or Linux OS.
-
Install Node.js
-
To install dependencies of Signify, in the
project root directory
run: for NPM:npm install
for PNPM:
pnpm install
-
Navigate to
examples/signify-react-ts
directorycd examples/signify-react-ts
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://127.0.0.1:5173/ in browser