Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 953 Bytes

README.md

File metadata and controls

58 lines (37 loc) · 953 Bytes

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