Simple video trimmer
Run npm start
application will be bootstrapped in development mode and automatically reload if you change any of the source files.
As frontend based on Angular you can leverage the power of predefined blueprint generators. Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build
to build the project. The build artifacts will be stored in the src-tauri/target/release/
directory.
Run npm run ng:test
to execute the unit tests via Karma.
The project is a complete Open Source. Feel free to contribute, all PRs welcome :)
Got a question / suggestion / want to blame author - [email protected]