mobile-dashboard-web


🚀 Project Summary

mobile-dashboard-web is a project that was created to make it simpler to access the home screen from the app to check and validate the scenarios that are created on staging environment.


👨‍💻️ Technologies Used

This project was developed using the technologies bellow:


📦️ Clone the project

Node.js and Yarn or NPM are required

To clone the project, use the commands bellow:

  # Clone the repository
  ❯ git clone git@github.com:Creditas/mobile-dashboard-web.git

  # Enter directorycd mobile-dashboard-web

Run locally

  # Enter mobile directory
  > cd mobile-dashboard-web

  # Install the dependencies
  ❯ yarn

  # Start the project
  ❯ yarn start

This will make it run on port: 8080.

Open your favorite browser and enter:

localhost:8080


Users

You can access the interface with the users that are created on staging environment. But it only works with document code (CPF) and password.


🤔️ How can you contribute?

  1. fork this repository
  2. Create a branch with your feature:
    • $ git checkout -b my_feature
  3. Commit your branch:
    • $ git commit -m "feature: My new feature"
  4. Submit your branch:
    • $ git push origin my_feature