IMPS on the web
After cloning the repo, open a terminal to the cloned destination and use npm to install the required modules.
npm ci
After installing the required modules, host the website locally.
npm run dev
You should be met with the Vite console program. Look at the "Local" field for the IP your website is hosted at. You can now open up your favorite browser and navigate to the locally hosted website.
Any files generated by your text editor or IDE should be added to the .gitignore
.