Starting from this chapter?Clone the application repo and check out the build-api branch: git clone git@github.com:auth0-blog/menu-api-express-ts.git \ menu-api \ --branch build-apiMake the project folder your current directory: cd menu-apiThen, install the project dependencies: npm iFinally, create a .env hidden file: touch .envPopulate .env with this: PORT=7000Run the project by executing the fo