The prototype of the RP portal for the Light EU datacenter in FFXIV based on chaos-archives from the great Maia-Everett. Thanks again!
cd client
quasar build
cd server
yarn docker:build
Currently the frontend and the API are served from the same HTTP host.
Just copy dist/spa
to your web root or set up your web server to serve it directly.
cd server
docker-compose up -d
Set up your web server to proxy the /api
directory to the API server (runs HTTP on port 8111 by default). Also, for RPP character update subscriptions to work, the /socket.io
directory needs to be proxied to the same server as a WebSocket endpoint (see Socket.io documentation for details).