Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.11 KB

Review Room

Share feedback on designs, websites, UI/UX or any picture in a collaborative way. Comment and manage reviews in one place. Start using ReviewRoom

Product Demo

Checkout the product demo here.

Set up

Navigate to the root of the project & run the below scripts -

  1. Install the node_modules using npm
npm install
  1. Create a firebase project. You will need Authentication, Realtime Database and Storage.

  2. Create a .env file in the root folder and add the firebase config.

    -- OR --

    Go to src/app/environments/environment.ts and add the firebase config.

  3. Run the dev server. Navigate to http://localhost:4600/.

npm start

Contributors

Narmit
Narmit Mashruwala

License

ReviewRoom is available under the MIT license. See the LICENSE file for more info.