/hanoi

Primary LanguageHTMLMIT LicenseMIT

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