Skip to content

Nahara-OSS/motion

Repository files navigation

Nahara's Motion

Motion graphics editor.

  • Runs locally in your browser
  • No internet access required (except for first-time users)
  • Free and open source (MIT License)

Screenshot of Nahara's Motion

Quick links

Getting started

Getting the tools

apt install nodejs npm
npm install -g pnpm # We use pnpm workspace, so we need to install pnpm

Build Nahara's Motion Engine

cd nahara-motion
pnpm install
pnpm build

Open Nahara's Motion UI

cd nahara-motion-ui
pnpm install
pnpm dev
# Open 127.0.0.1:5173 to see the app