Skip to content

soixantecircuits/avatar

Repository files navigation

Avatar 👽

By Soixante Circuits

Description

Avatar is an app that allows you to take pictures with some creative effects and filters. Nuxt3 app that uses Three.js library

In progress 🚧 🖇

Test App : https://avatar-soixante-circuits.netlify.app/

Setup

Make sure to install the dependencies:

npm install --legacy-peer-deps

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Free Software, Hell Yeah!