Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 493 Bytes

Gallery with React + Firebase

React + Firebase application for uploading and displaying images

🚀 How to run

You need a firebase account

  • Clone the repository and access the folder;
  • Copy the.env.example file to .env.local and fill in your firebase credentials;
  • Install dependencies with yarn;
  • Start the server with yarn start;
  • The application can be accessed at localhost:3000.