# One profile

## Hardware asset utility

To run and contribute to the project you sould have the correct version of yarn <1.22.19> installed locally.

If you dont have it, you can run the following command: `brew install yarn`

After that, you must create a file on the root folder called `.env` and add the BACKEND API KEY and the NPM TOKEN to the file.

Set up the source of your .env file using `source .env` command.

To install the dependencies of the project, run `yarn install`

To run the server you can use : `yarn start --https`.

After that, to continue your environment setup, follow the instructions from the `localhost:8080` page.
