This example shows how to use custom fonts with text overlays in React.
- Create a
.envfile by using.env.exampleas a reference. - Fill in the environment variables.
- Install the dependencies.
- Run the development server.
- View the project at http://localhost:5173.
cp .env.example .env
npm install
npm run dev