Skip to content

arkenrealms/portal-desktop

Repository files navigation




Portal is a free and open source game launcher

Build Status Github Tag Discord


Introduction

Portal uses Electron, React, React Router, Webpack and React Fast Refresh.

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/arkenrealms/portal.git your-project-name
cd your-project-name
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

Docs

See our docs and guides here

Quick Links

License

MIT