/mcpfp

A modified version of MauritsWilke/mcpfp just to use it as an API with some custom features.

Primary LanguageJavaScript

mcpfp-api

This is a modified fork of MauritsWilke/mcpfp to generate minecraft pfp using API

Installation

Clone the repository from the command line

git clone https://github.com/towsifkafi/mcpfp.git
cd mcpfp

Then install the required the dependencies

npm install

You can start the dev server using

npm run dev

But if you want to run this API server in production, you have to build the server & you can use the ecosystem.config.cjs using pm2.

npm run build
pm2 start ecosystem.config.js