A typescript based client with plugin support.
Current official plugins: Discord and Twitch.
To use this project start by cloning the repository:
git clone https://github.com/vertiKarl/Hahnrich.git
Then enter the created directory:
cd Hahnrich
Initialize the project:
npm install
Available scripts
Development mode: npm run dev
Compile into JavaScript: npm run build
Start compiled JavaScript: npm start
When using plugins fill in the needed information in their config.json file respectifly.
Examples:
Discord: src/Discord/config.json
Twitch: src/Twitch/config.json and tokens.json in project-root