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

https://github.com/soixantecircuits/avatar

how do we look?
https://github.com/soixantecircuits/avatar

Last synced: 3 months ago
JSON representation

how do we look?

Awesome Lists containing this project

README

        

# 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:

```bash
npm install --legacy-peer-deps
```

## Development Server

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

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

**Free Software, Hell Yeah!**