Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2234839/sy2video
https://github.com/2234839/sy2video
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/2234839/sy2video
- Owner: 2234839
- Created: 2024-06-22T08:06:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T08:00:37.000Z (5 months ago)
- Last Synced: 2024-10-14T07:36:52.598Z (3 months ago)
- Language: TypeScript
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remotion video with Tailwind
Welcome to your Remotion project!
## Commands
**Install Dependencies**
```console
pnpm i
```**Start Preview**
```console
pnpm start
```**Render video**
```console
pnpm build
```**Upgrade Remotion**
```console
pnpm 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).