/portaler-core

Monorepo for Portaler, a mapping tool for Albion Online

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Portaler

Portaler is a self hosted mapping tool for Avalonian Roads in Albion Online.

screenshot

Monorepo

This is a monorepo utilizing Yarn Workspaces. Individual applications can be found in the packages folder.

NOTE: The backend is currently being transitioned over from Go. To setup the backend, follow the instructions found here:

https://github.com/Tebro/albion-mapper-backend

Once we move the backend, we will be providing full docker containers and docker-compose files to setup on your own server.

Running the Frontend for development

Run from root of the project:

yarn
yarn dev:front

Building the Frontend

Run from root of the project:

yarn
yarn build:frontend

The built application files can be found in /packages/build.

Running the Backend for development

Run from root of the project:

yarn dev:api