"Drama is life with all the dull bits cut out."
~ Alfred Hitchcock
Alfred is a video editor that works even without a server, designed for quick editing from anywhere, including mobile devices!
Demo at alfred.quaternion.media
git clone --recurse-submodules [email protected]:quaternionmedia/alfred.git
Install website dependencies
./al init
./al dev
then open http://localhost:8000
./al dev --build
./al install
[package name]
npm i
[package name]
When run with no arguments, it will reinstall npm dependencies, which might be needed if package.json has been edited or changed.
To download the demo media (into videos/
):
./al demo
Then you can render the demo.csv
project locally.
./al nox
To build the documentation locally with mkdocs
pip install -r requirements-docs.txt
mkdocs serve
Optional: specify a different host address with -a
. For example:
mkdocs serve -a 0.0.0.0:4000
will serve the documentation on all available network hosts, at port 4000
.
./al prod
Assumes a traefik instance is already running.