miladnia / mangaface
Create your own custom avatar.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.1
- ext-gd: *
- symfony/dotenv: ^6.3
- symfony/yaml: ^6.3
This package is not auto-updated.
Last update: 2025-08-29 22:05:27 UTC
README
Create your own custom avatar with MangaFace. This project is inspired by FaceYourManga.
Getting Started
Requirements
- PHP >= 8.1
- Node.js >= 6.11.5
- Composer
Installation
First, please go to project root directory and run the installer:
composer run installer
By running the installer all of the required packages for PHP and Node.js will be installed and build processes will be done.
Now run a http server and enter the URL 127.0.0.1:8000
in your web browser to use the app:
composer run server
Commands
Command | Description |
---|---|
composer run installer |
Install packages and build. |
composer run server |
Run a http server. |
composer run build |
Generate configs for client. |
npm run build |
Bundle scripts using webpack. |
License
The MangaFace is open-source project licensed under the MIT license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.