Become a developer
First understand the structure of the app
How I run the app?
First clone the repository, and open the IDE in the same folder of the project. Now you need to install the dependence of the project, for this step and every time pull the project enter this line in the terminal:
$ yarn installAfter the dependence installation is finished you can run the project with this command:
$ yarn run devNow you need to see 2 view one is the app and the second is the development tool
Last updated
Was this helpful?