Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 340 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 340 Bytes

syncotrope

Images to video.

Prerequisites

  • Install NVM
  • Install node version 20 with nvm install 20

Setup

git clone git@github.com:nickhobbs94/syncotrope.git
cd syncotrope
nvm use
npm install

Build

npm run build

Run

npm run start

Test

npm run test