The source code for the App itself is in the src folder
download it OR use a package manager
git clone https://serd.uab.albany.edu/normal-map-gen-group/normal-map-generator
Node >= 14.0.0 and npm >= 5.6
(when we met on February 7th for example, Brian tried to load the project but the local Node installation was Node 10, the latest is 16.13!)
cd normal-map-generator
npm install react-scripts
npm start
Open a web browser and visit localhost:3000
It should open automatically