Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/27rogi/agora
🪄 Userscript for Ru-Minecraft website that has lots of options!
https://github.com/27rogi/agora
gulp js minecraft preact userscript
Last synced: 3 days ago
JSON representation
🪄 Userscript for Ru-Minecraft website that has lots of options!
- Host: GitHub
- URL: https://github.com/27rogi/agora
- Owner: 27rogi
- License: mit
- Created: 2021-12-28T15:44:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T08:46:13.000Z (almost 3 years ago)
- Last Synced: 2023-10-05T11:54:58.474Z (about 1 year ago)
- Topics: gulp, js, minecraft, preact, userscript
- Language: SCSS
- Homepage:
- Size: 820 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Agora Logo](/logo.png "Logo")
# Project Agora
Project Agora is a **~31kB** userscript and my personal project for the community of Ru-Minecraft website, it adds new functionality and theme with ability to control color palette.
> ⚠️ This is my experimental project that mostly acts like hack and its code might be very poor in some places, but I try to keep it understandable.
## 📦 Libraries
This userscript includes several JavaScript libraries in its compiled code:
* [Preact (+ JSX)](https://github.com/preactjs/preact)
* [colord](https://github.com/omgovich/colord)
* [dot-prop](https://www.npmjs.com/package/dot-prop)## 🏗️ Building
I use **Gulp** with **Rollup** and **Babel** for bundling all code in one file.
You can run development mode by typing `yarn dev` to start compiling, and watching file changes, this will also run **http-server** to host local files. Another option is `yarn devProd` which will compile script with repo links instead of local ones.
## 🔌 Installation
Latest userscript version can be installed via [this link](https://raw.githack.com/rogi27/agora/main/userscript.user.js).