PT: Caminho de acesso a aplicação: http://localhost:3000/home
EN: Application access path: http://localhost:3000/home
PT: Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas: [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/). Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/)
EN:Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)
$ git clone https://github.com/amandahp/my-art-to-ironhack
$ cd my-art-to-ironhack
$ npm install || yarn
$ npm start || yarn start
Para acessar o código, caso utiliza vscode, execute no terminal / To access the code, if you use vscode, run in the terminal
$ code .