Create your own custom avatar with MangaFace. The project is based on FaceYourManga.
- PHP >= 5.6
- Node.js >= 6.11.5
- Composer
Note: Composer in its latest version requires PHP 7.2.5 to run. A long-term-support version (2.2.x) still offers support for PHP 5.3.2+.
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
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. |
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.