- fork this project
the type this in your terminal
- git clone 'cloning-link'
- cd i-did-it/src
- npm i
- npm run dev
This will give you a localhost URL, for example localhost:5173, open that in your browser to see the project interface.
Note : if you see an error after npm run dev, check that you have the 'node_modules' folder, if not, type npm i
this will install the node_module and the error should be gone.