-
Clone this repository running the following command:
git clone https://github.com/erickvneri/synthetic-testing-for-device-certification.git
-
To install the dependencies, follow the next sequence:
cd synthetic-testing-for-device-certification/ yarn install
-
Create a Personal Access Token and whitelist Devices and Locations permission scopes.
-
Create a
.env
file at the root folder of the project and paste the personal access token as following:touch .env echo "PAT=<personal-access-token>" > .env
-
By running the following command, the app will be automatically deployed at your default browser:
yarn start