An open API service indexing awesome lists of open source software.

https://github.com/matthysdev/introofficehours

A project with remotion and Tailwind to make an introduction video with react
https://github.com/matthysdev/introofficehours

Last synced: over 1 year ago
JSON representation

A project with remotion and Tailwind to make an introduction video with react

Awesome Lists containing this project

README

          

# Remotion video with Tailwind





Animated Remotion Logo


Welcome to your Remotion project!

## Commands

**Install Dependencies**

```console
yarn
```

**Start Preview**

```console
yarn start
```

**Render video**

```console
yarn build
```

**Upgrade Remotion**

```console
yarn 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

Notice that for some entities a company license is needed. Read [the terms here](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md).