Navigate to your desired project folder.
Run the command git clone https://github.com/simonychuang/magic-gallery.git
.
Navigate into the magic-gallery folder that should have been created within the project folder using cd magic-gallery
.
Run the command yarn
or npm install
depending on if you use yarn or npm as your package manager.
Run yarn start
or npm start