To install Expo, you can follow their official docs here.
In general, if you have a node installed, just run this.
npm install --global expo-cli
Navigate to your project and run
yarn install
This will install all the needed node dependencies
Execute
npx expo start
This will start the local expo server, and you are ready to test the app on a simulator, or on your device via the Expo Go app.