-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from quaternionmedia/pytest-qm
🏹 QM Pytest
- Loading branch information
Showing
15 changed files
with
752 additions
and
830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,57 @@ | ||
# alfred | ||
> *"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](https://alfred.quaternion.media) | ||
|
||
## clone | ||
`git clone --recurse-submodules [email protected]:quaternionmedia/alfred.git` | ||
|
||
|
||
### Common commands: | ||
#### init | ||
Install website dependencies | ||
|
||
`./al init` | ||
|
||
#### dev | ||
`./al dev` | ||
|
||
then open http://localhost:8000 | ||
|
||
#### rebuild docker images: | ||
`./al dev --build` | ||
|
||
#### install package | ||
`./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. | ||
|
||
#### demo | ||
To download the demo media (into `videos/`): | ||
|
||
`./al demo` | ||
|
||
Then you can render the `demo.csv` project locally. | ||
|
||
#### documentation | ||
To build the documentation locally with [mkdocs](https://www.mkdocs.org/) | ||
##### install dependencies | ||
`pip install -r requirements-docs.txt` | ||
|
||
##### rebuild docs | ||
`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`. | ||
#### production | ||
`./al prod` | ||
Assumes a [traefik](https://containo.us/traefik/) instance is already running. | ||
# alfred | ||
> *"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](https://alfred.quaternion.media) | ||
|
||
## clone | ||
`git clone --recurse-submodules [email protected]:quaternionmedia/alfred.git` | ||
|
||
|
||
### Common commands: | ||
#### init | ||
Install website dependencies | ||
|
||
`./al init` | ||
|
||
#### dev | ||
`./al dev` | ||
|
||
then open http://localhost:8000 | ||
|
||
#### rebuild docker images: | ||
`./al dev --build` | ||
|
||
#### install package | ||
`./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. | ||
|
||
#### demo | ||
To download the demo media (into `videos/`): | ||
|
||
`./al demo` | ||
|
||
Then you can render the `demo.csv` project locally. | ||
|
||
#### nox | ||
`./al nox` | ||
|
||
#### documentation | ||
To build the documentation locally with [mkdocs](https://www.mkdocs.org/) | ||
##### install dependencies | ||
`pip install -r requirements-docs.txt` | ||
|
||
##### rebuild docs | ||
`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`. | ||
#### production | ||
`./al prod` | ||
Assumes a [traefik](https://containo.us/traefik/) instance is already running. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.2.0' | ||
__version__ = '0.2.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.