Skip to content

Repository files navigation

Development

Run the development server:

# Create a new .env file from the example env file
cp .env.example .env
# Populate the .env file

# Install dependencies
npm install

# Start the development server
npm run dev

Open http://localhost:3000 with your browser to see the result.

Deployment

Hosting directly on server

# Create a new .env file from the example env file
cp .env.example .env
# Populate the .env file

# Build and run the Docker container
docker compose up -d --build

About

Sample NextJS code for the interacting with the Temus Avatar Backend and Viewport

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages