To get started, ensure that Git and Yarn are installed on your machine. Then, follow these simple steps:
-
Clone the Project: Use the following command to clone the repository to your local machine:
git clone https://github.com/leoopardo/franqueadora.git
-
Navigate to the Directory: Move into the project folder by running:
cd franqueadora
-
Install Dependencies: Install all necessary dependencies by executing:
yarn install
-
Run the Project: Start the project with the command:
yarn start
-
Test the Build: To ensure everything is set up correctly, run:
yarn build
That's it! You should now be able to access and interact with the dashboard. Enjoy exploring the functionalities and managing your transactions effortlessly.