Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

human-vs-ai/app

Repository files navigation

App 📱

Description:

Frontend application for the project 👉 https://human-vs-ai.github.io/app/

Tech stack:

Info:

Latest Tag Latest Commit

Installation ⚙️

You should have Node.js, npm and git installed on your machine.

  1. Clone the repository to your local machine.

    git clone https://github.com/human-vs-ai/app.git
  2. Navigate to the project directory.

    cd your-repository
  3. Install the dependencies using pnpm (faster and more efficient compared to npm).

    npm i -g pnpm
    pnpm i
  4. Run the project.

    pnpm run dev