No description
Find a file
2022-09-25 16:14:13 +02:00
.vscode Fixed crashes from retriving mc stats, started to fix other issues in stats 2020-03-26 20:20:52 +01:00
backend fix tests because im now 22 2022-07-23 15:41:21 +02:00
nuxt_frontend added static final site 2022-09-25 16:14:13 +02:00
.gitignore added static final site 2022-09-25 16:14:13 +02:00
LICENSE readd LICENSE 2021-05-07 16:25:42 +00:00
README.md Update readme 2021-04-25 17:57:42 +02:00

txt-bot-and-server

The node.js server that runs the Paxterya website (https://paxterya.com) and our Discord bot.

technologies

The backend and Discord Bot portion is written in typescript running on node.js and the frontend is written in nuxt.js.

reuse

While parts of this software might be helpful, it's impossible to reuse without modifications. If you know what you are doing, then you can probably change some things around or just look at how we did certain things (I would mostly not recommend that).

run locally

To run this locally just clone the repo and then prepare the backend and nuxt_frontend portions.

Backend:
Run npm i --dev this should take care of all dependencies.
Then you need to run npm run compile to start a tsc instance running in watch mode. After that you can copy config-example.js to config.js and customize all the options. The default mode will be staging, unless you use another NODE_ENV.

Nuxt_frontend:
Run npm i --dev to pull all dependencies.
To start you just need to run npm run dev.

contact

If you have any question just DM me on Discord (TxT#0001) or join the Paxterya Discord server (https://discord.gg/mAjZCTG). Please use the channels in the development section.