You can install this project locally by downloading the content of this repository. After you install, make sure to run this code in the terminal to install packages:
# install packages
npm install
After this you can run the project:
# run project
npm run dev