Skip to content

Otard95/prun-palette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrUn Palette

PrUn Palette is a browser extension designed to enhance the gameplay experience of Prosperous Universe. It offers a versatile and customizable command palette, which allows players to manage their game actions via a few keystrokes.

Screenshot

Table of Contents

Installation

To install PrUn Palette for personal use, you can download it from the Chrome or Firefox extension stores. You may also want to checkout the website.

Development

This project uses pnpm. To run PrUn Palette in a development environment, follow these steps:

  • Clone the repository, your fork or download the source code.
  • Navigate into the project directory: cd prun-palette
  • Install the dependencies: pnpm install
  • Build and watch for changes: pnpm watch - Or just build: pnpm build
  • Add ./build-<browser> as an extension, this varies based on the browser.

See Contribution Guide for more details.

Building

To build the extension for production, run the following command in the project directory: pnpm build:prod

This will create a build directory with the compiled extension.

Contributing

PrUn Palette thrives on the valuable contributions from our community. Whether it's a bug report, feature suggestion, or a code contribution, they all help make PrUn Palette better.

For detailed guidelines on how to contribute, please refer to our Contribution Guide. We can't wait to see your ideas and work!

License

PrUn Palette is licensed under the GPL 3.0 license.