MicrowaveJak / archeage-tools

ArcheAge Tools React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArcheAge Tools - React App

Project Setup

In order to run, this project requires:

Once cloned, run an install: yarn install

Service Rewrite

You'll need to rewrite some local endpoints to the Mokulu.io data services.

Apache Setup

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/

Running Locally

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:

Useful Links

About

ArcheAge Tools React App

License:The Unlicense


Languages

Language:JavaScript 90.5%Language:SCSS 7.9%Language:CSS 1.6%Language:HTML 0.1%Language:Shell 0.0%