You can download a copy of the project by pressing the "Download Zip" button on the Github page. After that you should decompress the files into the root directory of Xampp. Depending on your operating system, the directory is located as follows:
XAMPP on Windows: C:/xampp/htdocs/
XAMPP on Linux: /opt/lampp/htdocs/
XAMPP on Mac OS X: /Applications/XAMPP/htdocs/
Install npm and run the following command to getting start with the project:
Run npm run dev or yarn dev or pnpm dev to start the development server on http://localhost:3000 Visit http://localhost:3000 to view your application