Frontend application for the project 👉 https://human-vs-ai.github.io/app/
You should have Node.js, npm and git installed on your machine.
-
Clone the repository to your local machine.
git clone https://github.com/human-vs-ai/app.git
-
Navigate to the project directory.
cd your-repository
-
Install the dependencies using
pnpm
(faster and more efficient compared tonpm
).npm i -g pnpm pnpm i
-
Run the project.
pnpm run dev