Portaler is a self hosted mapping tool for Avalonian Roads in Albion Online.
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.
Run from root of the project:
yarn
yarn dev:front
Run from root of the project:
yarn
yarn build:frontend
The built application files can be found in /packages/build
.
Run from root of the project:
yarn dev:api