It is a flickr clone project. You can visit the real website at www.flickr.com.
Clone the project to your desired location. Inside the project folder, run the following command.
npm install
To run the frontend code while it is integrated to live backend, run the following command.
npm start
To generate functional documentation, run the following command.
npm run docs
To access the generated functional documentation file
cd ./docs/
You will find index.html
file, open it.