Start by setting up NVM to manage node versions easily. Follow the installation instructions.
Run nvm use
(you might need to install our specific Node.js version)
Once you are on the right node version, proceed with the following commands:
npm install
npm run ios
to run on iOS ornpm run android
to run on Android