These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First, join the Developer Discord. There are channels here for both end users and developers. We can help you get set up.
Your editor of choice for a node project - like vscode.
The first thing to install is nodejs. We use Node LTS, which is currently v12.18.0. Download your matching executable (be sure to get the 64-bit version) and follow the instructions.
Then you need to install the windows-build-tools from an elevated PowerShell or CMD.exe. This may take a while (10-15min).
npm install --global --production windows-build-tools
- Clone the repository.
- Open up the folder with your editor.
- Run
npm install
to install all required npm packages. - Run
npm run electron:rebuild
to generate a executable robotjs version.
That's it. Your Project should now be ready to run:
npm run start
These are used to test for eg. the external APIs (poe.ninja, etc.). To run those:
npm run ng:test
These will run certain linters to keep the project in a clean state.
npm run ng:lint
A electron executable can be generate by calling:
npm run electron:windows
# Under the hood:
# tsc -p tsconfig.serve.json # Compile Typescript
# ng build -c production # Build Angular app
# electron-builder build --windows # Create Windows EXE with Electron
When you reach this point, you've finished the developer setup! Let us know on Discord and we'll give you a role to chat in developer channels.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
In order to avoid version confusion with the official version, we should do the following:
- Any changes from the point of divergence should begin with version v0.7.0
- Major releases may continue to v0.10.0 and beyond
- Version should never reach or exceed v1.0.0 to avoid conflicts