In order to run, this project requires:
Once cloned, run an install:
yarn install
You'll need to rewrite some local endpoints to the Mokulu.io data services.
In your httpd.conf:
Enable the rewrite module, mod_rewrite.so
and the SSL module mod_ssl.so
.
Add the following proxy lines to the end of the file:
SSLProxyEngine On
ProxyPass /session/ https://www.mokulu.io/session/
ProxyPassReverse /session/(.*)$ https://www.mokulu.io/session/$1
ProxyPass /service/ https://archeage-api.mokulu.io/
ProxyPassReverse /service/(.*)$ https://archeage-api.mokulu.io/$1
ProxyPass / http://localhost:3000/
Starting the local hot reload server using:
yarn run start
Due to cookies being created on the mokulu.io domain, the site will work best by using: