aryan02420 / hanoi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hanoi

Development

Prerequisites

Check the version of Node.js and npm. The versions mentioned below are not strict requirements. The application may work with other versions as well.

node --version
v20.11.1

npm --version
10.2.4

Setup

  1. Clone the repository and install the dependencies.
git clone https://github.com/aryan02420/hanoi.git
cd hanoi
npm install
  1. Start the development server.
npm run dev

About

License:MIT License


Languages

Language:HTML 62.9%Language:JavaScript 37.1%