Skip to content

astrofox-io/astrofox

Repository files navigation

Astrofox

What is it?

Astrofox is a motion graphics program that lets turn audio into amazing videos.

Quick links

Running Astrofox

Get the source

git clone https://github.com/astrofox-io/astrofox.git

Install FFmpeg

yarn install-ffmpeg

Install dependencies

yarn install

Build the application

yarn build

Start the application

yarn start

Running for development

Instead of yarn build above, run yarn dev. This will start up a development server in the current console window.

Then, in a separate console window, run yarn start.

License

MIT