This repository hosts the in progress codebase for KeyLabs V2!
KeyLabs is an online game inspired by typing tests such as MonkeyType and TypeRacer and aiming games such as AimLabs and Aimbooster.
Originally KeyLabs was developed during the Terrible Ideas Hackathon, where we managed to score second place, however due to the lack of time, some features were unpolished / uncompleted and needed major refactoring. Hence KeyLabs V2.
Developer | Github |
---|---|
Tulza | here |
Antga | here |
cloning the project
git clone https://github.com/RuffByte/KeyLabs.git
change directory to the project then install dependencies
cd .\KeyLabs\
pnpm install
Create the .env file then update the values,
cp .env-example .env
run development server
pnpm run dev
Open http://localhost:3000 with your browser to see the result!