MyUnsplash Full stack unsplash clone Building and running on localhost First create .env file in backend folder like .env.template provided. Then install dependencies: yarn install To run backend: yarn workspace @mu/backend start To run frontend: yarn workspace @mu/frontend start