GenLite installation instructions
- Install TamperMonkey(All Browsers) in your browser of choice.
- Click here to install GenLite
- Enjoy! GenLite should automatically update whenever there is a new version. We will announce new versions in our discord server.
Join us on Discord: https://discord.gg/Jn7s7pArdg
The main file to run as a UserScript can be found in the "dist" folder.
The file "userscript-banner.txt" can be edited with new version numbers and other userscript specific metadata.
This project uses JSDoc
To generate the latest documentation run:
npm run docs
This project uses Node.JS v18.12.1
This project is built using Webpack
Commands can be found in package.json for building or running the project.
To install Node.JS dependencies from package.json run:
npm i
To build the project run:
npm run build
If you're using a well known IDE, we suggest enabling coding assistance for Node.JS.