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?
- Host: GitHub
- URL: https://github.com/soixantecircuits/avatar
- Owner: soixantecircuits
- Created: 2022-09-12T10:00:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T16:28:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T13:44:52.790Z (5 months ago)
- Language: Vue
- Size: 63.7 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 libraryIn 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!**