Official mobile app of the independent, student-run newspaper of Stanford University. Contributions are welcome!
Clone the Stanford Daily mobile app repository from GitHub:
git clone https://github.com/TheStanfordDaily/stanforddaily-mobile.git
Navigate to the project directory:
cd stanforddaily-mobile
Install packages by running the yarn
terminal command from the project directory, and then start the bundler:
yarn
npx expo start
i
or a
to try it on a valid simulator.npx pod-install
and restart the bundler.If you encounter any errors, it is possible that your system does not meet the prerequisites for running this project, in which case some additional setup may be required as described in the internal Notion page. Alternatively, consult the Expo installation guide.
If you encounter any issues during the installation process or elsewhere, please reach out to the Chief Technology Officer at tech@stanforddaily.com or open an issue on GitHub.
This project can be run from a web browser or the Expo client app. You may find that you want to add more native code later on. You can do this by ejecting the project and rebuilding it yourself.
yarn eject
to create the native projects.