https://github.com/finnrg/vocadb-rewind
https://github.com/finnrg/vocadb-rewind
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/finnrg/vocadb-rewind
- Owner: FinnRG
- Created: 2023-12-29T02:35:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T02:55:47.000Z (over 1 year ago)
- Last Synced: 2025-06-15T04:44:02.953Z (about 1 year ago)
- Language: TypeScript
- Size: 743 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remotion video with Tailwind
Welcome to your Remotion project!
## Commands
**Install Dependencies**
```console
npm install
```
**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).