-
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 #78 from erayerdin/dev
Sync master
- Loading branch information
Showing
23 changed files
with
8,225 additions
and
6 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extends": "@remotion", | ||
"env": { | ||
"node": true | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
node_modules | ||
dist | ||
.DS_Store | ||
.env | ||
|
||
# Ignore the output video from Git but not videos you import into src/. | ||
out |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"singleQuote": true, | ||
"bracketSpacing": false, | ||
"jsxBracketSameLine": false, | ||
"useTabs": true, | ||
"overrides": [ | ||
{ | ||
"files": ["*.yml"], | ||
"options": { | ||
"singleQuote": false | ||
} | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Remotion video with Tailwind | ||
|
||
<p align="center"> | ||
<a href="https://github.com/remotion-dev/logo"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-dark.gif"> | ||
<img alt="Animated Remotion Logo" src="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-light.gif"> | ||
</picture> | ||
</a> | ||
</p> | ||
|
||
Welcome to your Remotion project! | ||
|
||
## Commands | ||
|
||
**Install Dependencies** | ||
|
||
```console | ||
npm i | ||
``` | ||
|
||
**Start Preview** | ||
|
||
```console | ||
npm start | ||
``` | ||
|
||
**Render video** | ||
|
||
```console | ||
npm run build | ||
``` | ||
|
||
**Upgrade Remotion** | ||
|
||
```console | ||
npm run upgrade | ||
``` | ||
|
||
## Using server-side rendering | ||
|
||
This template uses a [custom Webpack override](https://www.remotion.dev/docs/webpack). If you are using server-side rendering, you need to import the override function from `./src/webpack-override.ts` and pass it to [`bundle()`](https://www.remotion.dev/docs/bundle) (if using SSR) and [`deploySite()`](https://www.remotion.dev/docs/lambda/deploysite) (if using Lambda). | ||
|
||
## Docs | ||
|
||
Get started with Remotion by reading the [fundamentals page](https://www.remotion.dev/docs/the-fundamentals). | ||
|
||
Get started with Tailwind by reading the ["Utility first" page](https://tailwindcss.com/docs/utility-first) | ||
|
||
## Help | ||
|
||
We provide help [on our Discord server](https://remotion.dev/discord). | ||
|
||
## Issues | ||
|
||
Found an issue with Remotion? [File an issue here](https://github.com/remotion-dev/remotion/issues/new). | ||
|
||
## License | ||
|
||
Note that for some entities a company license is needed. Read [the terms here](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.