The Blind Ranking Game is a fun and interactive experience where players rank 5 items without knowing what the other items are until they rank each one.
Link not available yet!!!
- Node.js: Download Node.js
- Git: Download Git
- nvm (Node Version Manager): Download nvm
Open a terminal or command prompt. Navigate to the folder where you want the server to be located, then run the following commands:
git clone https://github.com/NAMERIO/Blind-Ranking-Game
Then move into the folder:
cd Blind-Ranking-Game
Run the following command to install dependencies using pnpm:
pnpm install
To start dev server, run this command:
pnpm run dev
For Production server, run this command
pnpm run start
This will start the development server and automatically recompile and restart it when changes are made.
To open the game, go to http://127.0.0.1:3000 in your browser.