Paradih is an implementation of Paradigm: Reboot's server, aiming to replicate as much of the game functionalities as possible.
It currently supports:
- User: registration, login
- Gameplay: play submission, rating calculation, shop purchase, etc.
- Ranking
- Cross Decode
- ...
- Node.js (v16+ recommended)
- npm or yarn
-
Clone the repository
git clone https://github.com/ariidesu/Paradih.git cd Paradih
-
Install dependencies
npm install
-
Configure environment variables
cp .env.example .env # Edit .env with your configuration
-
Start the server
npm run build && npm run start
This project is not affiliated with TunerGames.